public class ShapeKeyframeAnimation extends BaseKeyframeAnimation<ShapeData,android.graphics.Path>
BaseKeyframeAnimation.AnimationListenervalueCallback| Constructor and Description |
|---|
ShapeKeyframeAnimation(java.util.List<Keyframe<ShapeData>> keyframes) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Path |
getValue(Keyframe<ShapeData> 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 android.graphics.Path getValue(Keyframe<ShapeData> keyframe, float keyframeProgress)
BaseKeyframeAnimation