public class PointKeyframeAnimation extends BaseKeyframeAnimation<T,T>
BaseKeyframeAnimation.AnimationListenervalueCallback| Constructor and Description |
|---|
PointKeyframeAnimation(java.util.List<Keyframe<android.graphics.PointF>> keyframes) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.PointF |
getValue(Keyframe<android.graphics.PointF> keyframe,
float keyframeProgress)
keyframeProgress will be [0, 1] unless the interpolator has overshoot in which case, this
should be able to handle values outside of that range.
|
addUpdateListener, getCurrentKeyframe, getInterpolatedCurrentKeyframeProgress, getProgress, getValue, notifyListeners, setIsDiscrete, setProgress, setValueCallbackpublic PointKeyframeAnimation(java.util.List<Keyframe<android.graphics.PointF>> keyframes)
public android.graphics.PointF getValue(Keyframe<android.graphics.PointF> keyframe, float keyframeProgress)
BaseKeyframeAnimation