- ScaleKeyframeAnimation - Class in com.airbnb.lottie.animation.keyframe
-
- ScaleKeyframeAnimation(List<Keyframe<ScaleXY>>) - Constructor for class com.airbnb.lottie.animation.keyframe.ScaleKeyframeAnimation
-
- ScaleXY - Class in com.airbnb.lottie.model
-
- ScaleXY(float, float) - Constructor for class com.airbnb.lottie.model.ScaleXY
-
- ScaleXY() - Constructor for class com.airbnb.lottie.model.ScaleXY
-
- ScaleXY.Factory - Class in com.airbnb.lottie.model
-
- scheduleDrawable(Drawable, Runnable, long) - Method in class com.airbnb.lottie.LottieDrawable
-
- set(T, T) - Method in class com.airbnb.lottie.model.MutablePair
-
- setAlpha(int) - Method in class com.airbnb.lottie.LottieDrawable
-
- setAnimation(String) - Method in class com.airbnb.lottie.LottieAnimationView
-
Sets the animation from a file in the assets directory.
- setAnimation(String, LottieAnimationView.CacheStrategy) - Method in class com.airbnb.lottie.LottieAnimationView
-
Sets the animation from a file in the assets directory.
- setAnimation(JSONObject) - Method in class com.airbnb.lottie.LottieAnimationView
-
Sets the animation from a JSONObject.
- setCacheText(boolean) - Method in class com.airbnb.lottie.TextDelegate
-
Sets whether or not
TextDelegate will cache (memoize) the results of getText.
- setColorFilter(ColorFilter) - Method in class com.airbnb.lottie.LottieDrawable
-
- setComposition(LottieComposition) - Method in class com.airbnb.lottie.LottieAnimationView
-
Sets a composition.
- setComposition(LottieComposition) - Method in class com.airbnb.lottie.LottieDrawable
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.BaseStrokeContent
-
- setContents(List<Content>, List<Content>) - Method in interface com.airbnb.lottie.animation.content.Content
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.ContentGroup
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.EllipseContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.FillContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.GradientFillContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.MergePathsContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.PolystarContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.RectangleContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.RepeaterContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.ShapeContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.animation.content.TrimPathContent
-
- setContents(List<Content>, List<Content>) - Method in class com.airbnb.lottie.model.layer.BaseLayer
-
- setControlPoint1(float, float) - Method in class com.airbnb.lottie.model.CubicCurveData
-
- setControlPoint2(float, float) - Method in class com.airbnb.lottie.model.CubicCurveData
-
- setDefaultFontFileExtension(String) - Method in class com.airbnb.lottie.manager.FontAssetManager
-
Sets the default file extension (include the `.`).
- setDelegate(FontAssetDelegate) - Method in class com.airbnb.lottie.manager.FontAssetManager
-
- setDelegate(ImageAssetDelegate) - Method in class com.airbnb.lottie.manager.ImageAssetManager
-
- setDuration(long) - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- setEndFrames(List<? extends Keyframe<?>>) - Static method in class com.airbnb.lottie.animation.Keyframe
-
The json doesn't include end frames.
- setFontAssetDelegate(FontAssetDelegate) - Method in class com.airbnb.lottie.LottieAnimationView
-
Use this to manually set fonts.
- setFontAssetDelegate(FontAssetDelegate) - Method in class com.airbnb.lottie.LottieDrawable
-
Use this to manually set fonts.
- setImageAssetDelegate(ImageAssetDelegate) - Method in class com.airbnb.lottie.LottieAnimationView
-
Use this if you can't bundle images with your app.
- setImageAssetDelegate(ImageAssetDelegate) - Method in class com.airbnb.lottie.LottieDrawable
-
Use this if you can't bundle images with your app.
- setImageAssetsFolder(String) - Method in class com.airbnb.lottie.LottieAnimationView
-
If you use image assets, you must explicitly specify the folder in assets/ in which they are
located because bodymovin uses the name filenames across all compositions (img_#).
- setImageBitmap(Bitmap) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setImageDrawable(Drawable) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setImageResource(int) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setImagesAssetsFolder(String) - Method in class com.airbnb.lottie.LottieDrawable
-
If you use image assets, you must explicitly specify the folder in assets/ in which they are
located because bodymovin uses the name filenames across all compositions (img_#).
- setIsDiscrete() - Method in class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
-
- setIsReversed(boolean) - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- setMaxFrame(int) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMaxFrame(int) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMaxProgress(float) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMaxProgress(float) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMaxProgress(float) - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- setMinAndMaxFrame(int, int) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMinAndMaxFrame(int, int) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMinAndMaxProgress(float, float) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMinAndMaxProgress(float, float) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMinFrame(int) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMinFrame(int) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMinProgress(float) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setMinProgress(float) - Method in class com.airbnb.lottie.LottieDrawable
-
- setMinProgress(float) - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- setPerformanceTrackingEnabled(boolean) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setPerformanceTrackingEnabled(boolean) - Method in class com.airbnb.lottie.LottieComposition
-
- setPerformanceTrackingEnabled(boolean) - Method in class com.airbnb.lottie.LottieDrawable
-
- setProgress(float) - Method in class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
-
- setProgress(float) - Method in class com.airbnb.lottie.animation.keyframe.SplitDimensionPathKeyframeAnimation
-
- setProgress(float) - Method in class com.airbnb.lottie.animation.keyframe.StaticKeyframeAnimation
-
- setProgress(float) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setProgress(float) - Method in class com.airbnb.lottie.LottieDrawable
-
- setProgress(float) - Method in class com.airbnb.lottie.model.layer.CompositionLayer
-
- setProgress(float) - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
This progress is from 0 to 1 and doesn't take into account setMinProgress or setMaxProgress.
- setScale(float) - Method in class com.airbnb.lottie.LottieAnimationView
-
Set the scale on the current composition.
- setScale(float) - Method in class com.airbnb.lottie.LottieDrawable
-
Set the scale on the current composition.
- setSpeed(float) - Method in class com.airbnb.lottie.LottieAnimationView
-
- setSpeed(float) - Method in class com.airbnb.lottie.LottieDrawable
-
- setText(String, String) - Method in class com.airbnb.lottie.TextDelegate
-
Update the text that will be rendered for the given input text.
- setTextDelegate(TextDelegate) - Method in class com.airbnb.lottie.LottieAnimationView
-
Set this to replace animation text with custom text at runtime
- setTextDelegate(TextDelegate) - Method in class com.airbnb.lottie.LottieDrawable
-
- setTraceEnabled(boolean) - Static method in class com.airbnb.lottie.L
-
- setVertex(float, float) - Method in class com.airbnb.lottie.model.CubicCurveData
-
- ShapeContent - Class in com.airbnb.lottie.animation.content
-
- ShapeContent(LottieDrawable, BaseLayer, ShapePath) - Constructor for class com.airbnb.lottie.animation.content.ShapeContent
-
- ShapeData - Class in com.airbnb.lottie.model.content
-
- ShapeData() - Constructor for class com.airbnb.lottie.model.content.ShapeData
-
- ShapeData.Factory - Class in com.airbnb.lottie.model.content
-
- ShapeFill - Class in com.airbnb.lottie.model.content
-
- ShapeGroup - Class in com.airbnb.lottie.model.content
-
- ShapeGroup(String, List<ContentModel>) - Constructor for class com.airbnb.lottie.model.content.ShapeGroup
-
- shapeItemWithJson(JSONObject, LottieComposition) - Static method in class com.airbnb.lottie.model.content.ShapeGroup
-
- ShapeKeyframeAnimation - Class in com.airbnb.lottie.animation.keyframe
-
- ShapeKeyframeAnimation(List<Keyframe<ShapeData>>) - Constructor for class com.airbnb.lottie.animation.keyframe.ShapeKeyframeAnimation
-
- ShapeLayer - Class in com.airbnb.lottie.model.layer
-
- ShapePath - Class in com.airbnb.lottie.model.content
-
- ShapeStroke - Class in com.airbnb.lottie.model.content
-
- ShapeStroke.LineCapType - Enum in com.airbnb.lottie.model.content
-
- ShapeStroke.LineJoinType - Enum in com.airbnb.lottie.model.content
-
- ShapeTrimPath - Class in com.airbnb.lottie.model.content
-
- ShapeTrimPath.Type - Enum in com.airbnb.lottie.model.content
-
- SimpleColorFilter - Class in com.airbnb.lottie
-
A color filter with a predefined transfer mode that applies the specified color on top of the
original color.
- SimpleColorFilter(int) - Constructor for class com.airbnb.lottie.SimpleColorFilter
-
- size - Variable in class com.airbnb.lottie.model.DocumentData
-
- SolidLayer - Class in com.airbnb.lottie.model.layer
-
- SplitDimensionPathKeyframeAnimation - Class in com.airbnb.lottie.animation.keyframe
-
- SplitDimensionPathKeyframeAnimation(BaseKeyframeAnimation<Float, Float>, BaseKeyframeAnimation<Float, Float>) - Constructor for class com.airbnb.lottie.animation.keyframe.SplitDimensionPathKeyframeAnimation
-
- start() - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- startFrame - Variable in class com.airbnb.lottie.animation.Keyframe
-
- startValue - Variable in class com.airbnb.lottie.animation.Keyframe
-
- StaticKeyframeAnimation<K,A> - Class in com.airbnb.lottie.animation.keyframe
-
- StaticKeyframeAnimation(A) - Constructor for class com.airbnb.lottie.animation.keyframe.StaticKeyframeAnimation
-
- stroke - Variable in class com.airbnb.lottie.model.animatable.AnimatableTextProperties
-
- strokeColor - Variable in class com.airbnb.lottie.model.DocumentData
-
- StrokeContent - Class in com.airbnb.lottie.animation.content
-
- StrokeContent(LottieDrawable, BaseLayer, ShapeStroke) - Constructor for class com.airbnb.lottie.animation.content.StrokeContent
-
- strokeOverFill - Variable in class com.airbnb.lottie.model.DocumentData
-
- strokeWidth - Variable in class com.airbnb.lottie.model.animatable.AnimatableTextProperties
-
- strokeWidth - Variable in class com.airbnb.lottie.model.DocumentData
-
- systemAnimationsAreDisabled() - Method in class com.airbnb.lottie.utils.LottieValueAnimator
-
- valueFromObject(Object, float) - Method in interface com.airbnb.lottie.model.animatable.AnimatableValue.Factory
-
- valueFromObject(Object, float) - Method in class com.airbnb.lottie.model.ColorFactory
-
- valueFromObject(Object, float) - Method in class com.airbnb.lottie.model.content.ShapeData.Factory
-
- valueFromObject(Object, float) - Method in class com.airbnb.lottie.model.PointFFactory
-
- valueFromObject(Object, float) - Method in class com.airbnb.lottie.model.ScaleXY.Factory
-
- valueFromObject(Object) - Static method in class com.airbnb.lottie.utils.JsonUtils
-
- valueOf(String) - Static method in enum com.airbnb.lottie.LottieAnimationView.CacheStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.GradientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.Mask.MaskMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.MergePaths.MergePathsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.PolystarShape.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.ShapeStroke.LineCapType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.ShapeStroke.LineJoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.content.ShapeTrimPath.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.airbnb.lottie.model.layer.Layer.LayerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.airbnb.lottie.LottieAnimationView.CacheStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.GradientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.Mask.MaskMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.MergePaths.MergePathsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.PolystarShape.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.ShapeStroke.LineCapType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.ShapeStroke.LineJoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.content.ShapeTrimPath.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.airbnb.lottie.model.layer.Layer.LayerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.