public class LottieStaticInterpolatedPointValue extends LottieValueCallback<T>
| Constructor and Description |
|---|
LottieStaticInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue) |
LottieStaticInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF 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 LottieStaticInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue)
public LottieStaticInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF 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>