public class LottieStaticInterpolatedFloatValue extends LottieValueCallback<T>
| Constructor and Description |
|---|
LottieStaticInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue) |
LottieStaticInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue,
android.view.animation.Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
getValueInternal, setAnimation, setValuepublic LottieStaticInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue)
public LottieStaticInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue,
android.view.animation.Interpolator interpolator)
public T getValue(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress)
getValue in class LottieValueCallback<T>