public class LottieStaticInterpolatedIntegerValue extends LottieValueCallback<T>
| Constructor and Description |
|---|
LottieStaticInterpolatedIntegerValue(java.lang.Integer startValue,
java.lang.Integer endValue) |
LottieStaticInterpolatedIntegerValue(java.lang.Integer startValue,
java.lang.Integer 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 LottieStaticInterpolatedIntegerValue(java.lang.Integer startValue,
java.lang.Integer endValue)
public LottieStaticInterpolatedIntegerValue(java.lang.Integer startValue,
java.lang.Integer 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>