A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
N
- NAME - enum entry in com.airbnb.lottie.parser.moshi.JsonReader.Token
A JSON property name. Within objects, tokens alternate between names andtheir values.
- networkCache(Context) - function in com.airbnb.lottie.L
- NetworkCache - class in com.airbnb.lottie.network
- Helper class to save and restore animations fetched from an URL to the app disk cache.
- networkFetcher(Context) - function in com.airbnb.lottie.L
- NetworkFetcher - class in com.airbnb.lottie.network
- newThread(Runnable) - function in com.airbnb.lottie.utils.LottieThreadFactory
- newThread(Runnable) - function in java.util.concurrent.LottieThreadFactory
- nextBoolean() - function in com.airbnb.lottie.parser.moshi.JsonReader
- Returns the boolean value of the next token, consuming it.
- nextDouble() - function in com.airbnb.lottie.parser.moshi.JsonReader
- Returns the double value of the next token, consuming it.
- nextInt() - function in com.airbnb.lottie.parser.moshi.JsonReader
- Returns the int value of the next token, consuming it.
- nextName() - function in com.airbnb.lottie.parser.moshi.JsonReader
- Returns the next token, a property name, and consumes it.
- nextString() - function in com.airbnb.lottie.parser.moshi.JsonReader
- Returns the string value of the next token, consuming it.
- NONE - enum entry in com.airbnb.lottie.model.layer.Layer.MatteType
- NORMAL - enum entry in com.airbnb.lottie.model.content.LBlendMode
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.TextKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.FloatKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.GradientColorKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.PointKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.SplitDimensionPathKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.ShapeKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.PathKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.ColorKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.ValueCallbackKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.ScaleKeyframeAnimation
- notifyListeners() - function in com.airbnb.lottie.animation.keyframe.IntegerKeyframeAnimation
- NULL - enum entry in com.airbnb.lottie.parser.moshi.JsonReader.Token
A JSON
{@code null}.- NULL - enum entry in com.airbnb.lottie.model.layer.Layer.LayerType
- NullLayer - class in com.airbnb.lottie.model.layer
- NUMBER - enum entry in com.airbnb.lottie.parser.moshi.JsonReader.Token
A JSON number represented in this API by a Java
{@code double},{@code * long}, or{@code int}.