public class PathKeyframeAnimation extends KeyframeAnimation<android.graphics.PointF>
KeyframeAnimation.AnimationListener<T>| Constructor and Description |
|---|
PathKeyframeAnimation(long duration,
LottieComposition composition,
java.util.List<java.lang.Float> keyTimes,
SegmentedPath segmentedPath,
java.util.List<android.view.animation.Interpolator> interpolators) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.PointF |
getValue() |
addUpdateListener, removeUpdateListener, setIsDiscrete, setProgress, setStartDelaypublic PathKeyframeAnimation(long duration,
LottieComposition composition,
java.util.List<java.lang.Float> keyTimes,
SegmentedPath segmentedPath,
java.util.List<android.view.animation.Interpolator> interpolators)
public android.graphics.PointF getValue()
getValue in class KeyframeAnimation<android.graphics.PointF>