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