| Modifier and Type | Method and Description |
|---|---|
static <T> Keyframe<T> |
newInstance(org.json.JSONObject json,
LottieComposition composition,
float scale,
AnimatableValue.Factory<T> valueFactory) |
static <T> java.util.List<Keyframe<T>> |
parseKeyframes(org.json.JSONArray json,
LottieComposition composition,
float scale,
AnimatableValue.Factory<T> valueFactory) |
public static <T> Keyframe<T> newInstance(org.json.JSONObject json, LottieComposition composition, float scale, AnimatableValue.Factory<T> valueFactory)
public static <T> java.util.List<Keyframe<T>> parseKeyframes(org.json.JSONArray json, LottieComposition composition, float scale, AnimatableValue.Factory<T> valueFactory)