A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
F
- fetchBitmap(LottieImageAsset) - function in com.airbnb.lottie.ImageAssetDelegate
- fetchFont(String) - function in com.airbnb.lottie.FontAssetDelegate
- Override this if you want to return a Typeface from a font family.
- fetchFont(String,String,String) - function in com.airbnb.lottie.FontAssetDelegate
- Override this if you want to return a Typeface from a font family and style.
- fetchSync(String) - function in com.airbnb.lottie.network.LottieNetworkFetcher
- fetchSync(String) - function in com.airbnb.lottie.network.DefaultLottieNetworkFetcher
- fetchSync(Context,String,String) - function in com.airbnb.lottie.network.NetworkFetcher
- FileExtension - class in com.airbnb.lottie.network
- Helpers for known Lottie file types.
- FillContent - class in com.airbnb.lottie.animation.content
- findFocus() - function in android.view.LottieAnimationView
- findOnBackInvokedDispatcher() - function in android.view.LottieAnimationView
- findViewById(int) - function in android.view.LottieAnimationView
- findViewsWithText(ArrayList,CharSequence,int) - function in android.view.LottieAnimationView
- findViewWithTag(Object) - function in android.view.LottieAnimationView
- FloatKeyframeAnimation - class in com.airbnb.lottie.animation.keyframe
- FloatParser - class in com.airbnb.lottie.parser
- focusSearch(int) - function in android.view.LottieAnimationView
- Font - class in com.airbnb.lottie.model
- FontAssetDelegate - class in com.airbnb.lottie
- Delegate to handle the loading of fonts that are not packaged in the assets of your app or don't have the same file name.
- FontAssetManager - class in com.airbnb.lottie.manager
- FontCharacter - class in com.airbnb.lottie.model
- forceHasOverlappingRendering(boolean) - function in android.view.LottieAnimationView
- forceLayout() - function in android.view.LottieAnimationView
- forId(int) - function in com.airbnb.lottie.model.content.MergePaths.MergePathsMode
- forId(int) - function in com.airbnb.lottie.model.content.ShapeTrimPath.Type
- forValue(int) - function in com.airbnb.lottie.model.content.PolystarShape.Type
- fromAsset(Context,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from src/main/assets.
- fromAsset(Context,String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from src/main/assets.
- fromAssetFileName(Context,String,OnCompositionLoadedListener) - function in com.airbnb.lottie.LottieComposition.Factory
- fromAssetSync(Context,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from src/main/assets.
- fromAssetSync(Context,String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from src/main/assets.
- fromFileSync(Context,String) - function in com.airbnb.lottie.LottieComposition.Factory
- fromInputStream(InputStream,OnCompositionLoadedListener) - function in com.airbnb.lottie.LottieComposition.Factory
- fromInputStreamSync(InputStream) - function in com.airbnb.lottie.LottieComposition.Factory
- fromInputStreamSync(InputStream,boolean) - function in com.airbnb.lottie.LottieComposition.Factory
- This will now auto-close the input stream!
- fromJson(JSONObject,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonInputStream(InputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Auto-closes the stream.
- fromJsonInputStream(InputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonInputStreamSync(InputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Return a LottieComposition for the given InputStream to json.
- fromJsonInputStreamSync(InputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- Return a LottieComposition for the given InputStream to json.
- fromJsonReader(JsonReader,OnCompositionLoadedListener) - function in com.airbnb.lottie.LottieComposition.Factory
- fromJsonReader(JsonReader,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonReaderSync(JsonReader,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonReaderSync(JsonReader,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonSource(Source,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonSourceSync(Source,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonSourceSync(Source,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonString(String,OnCompositionLoadedListener) - function in com.airbnb.lottie.LottieComposition.Factory
- fromJsonString(String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromJsonStringSync(String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Return a LottieComposition for the specified raw json string.If loading from a file, it is preferable to use the InputStream or rawRes version.
- fromJsonSync(Resources,JSONObject) - function in com.airbnb.lottie.LottieComposition.Factory
- fromJsonSync(String) - function in com.airbnb.lottie.LottieComposition.Factory
- fromJsonSync(JsonReader) - function in com.airbnb.lottie.LottieComposition.Factory
- fromJsonSync(JSONObject,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Prefer passing in the json string directly.
- fromRawFile(Context,int,OnCompositionLoadedListener) - function in com.airbnb.lottie.LottieComposition.Factory
- fromRawRes(Context,int) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from raw/res.
- fromRawRes(Context,int,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from raw/res.
- fromRawResSync(Context,int) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from raw/res.
- fromRawResSync(Context,int,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parse an animation from raw/res.
- fromUrl(Context,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Fetch an animation from an http url.
- fromUrl(Context,String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Fetch an animation from an http url.
- fromUrlSync(Context,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Fetch an animation from an http url.
- fromUrlSync(Context,String,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Fetch an animation from an http url.
- fromZipStream(ZipInputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- In this overload, embedded fonts will NOT be parsed.
- fromZipStream(ZipInputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- In this overload, embedded fonts will NOT be parsed.
- fromZipStream(Context,ZipInputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- fromZipStream(Context,ZipInputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- fromZipStreamSync(ZipInputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parses a zip input stream into a Lottie composition.Your zip file should just be a folder with your json file and images zipped together.It will automatically store and configure any images inside the animation if they exist.
- fromZipStreamSync(ZipInputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- Parses a zip input stream into a Lottie composition.Your zip file should just be a folder with your json file and images zipped together.It will automatically store and configure any images inside the animation if they exist.
- fromZipStreamSync(Context,ZipInputStream,String) - function in com.airbnb.lottie.LottieCompositionFactory
- Parses a zip input stream into a Lottie composition.Your zip file should just be a folder with your json file and images zipped together.It will automatically store and configure any images inside the animation if they exist.
- fromZipStreamSync(Context,ZipInputStream,String,boolean) - function in com.airbnb.lottie.LottieCompositionFactory
- Parses a zip input stream into a Lottie composition.Your zip file should just be a folder with your json file and images zipped together.It will automatically store and configure any images inside the animation if they exist.
- fullyResolvesTo(String,int) - function in com.airbnb.lottie.model.KeyPath
- Returns whether the key at specified depth is fully specific enough to match the full set ofkeys in this keypath.