| Modifier and Type | Method and Description |
|---|---|
static <T> Keyframe<T> |
newInstance(android.util.JsonReader reader,
LottieComposition composition,
float scale,
AnimatableValue.Factory<T> valueFactory,
boolean animated) |
static <T> java.util.List<Keyframe<T>> |
parseKeyframes(android.util.JsonReader reader,
LottieComposition composition,
float scale,
AnimatableValue.Factory<T> valueFactory) |
public static <T> Keyframe<T> newInstance(android.util.JsonReader reader, LottieComposition composition, float scale, AnimatableValue.Factory<T> valueFactory, boolean animated) throws java.io.IOException
java.io.IOExceptionpublic static <T> java.util.List<Keyframe<T>> parseKeyframes(android.util.JsonReader reader, LottieComposition composition, float scale, AnimatableValue.Factory<T> valueFactory) throws java.io.IOException
java.io.IOException