-
public class SplitDimensionPathKeyframeAnimation extends BaseKeyframeAnimation<PointF, PointF>
-
-
Field Summary
Fields Modifier and Type Field Description protected LottieValueCallback<Float>xValueCallbackprotected LottieValueCallback<Float>yValueCallback
-
Constructor Summary
Constructors Constructor Description SplitDimensionPathKeyframeAnimation(BaseKeyframeAnimation<Float, Float> xAnimation, BaseKeyframeAnimation<Float, Float> yAnimation)
-
Method Summary
Modifier and Type Method Description voidsetXValueCallback(@Nullable() LottieValueCallback<Float> xValueCallback)voidsetYValueCallback(@Nullable() LottieValueCallback<Float> yValueCallback)voidsetProgress(float progress)PointFgetValue()-
Methods inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
addUpdateListener, getProgress, getValue, hasValueCallback, notifyListeners, setIsDiscrete, setProgress, setValueCallback -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SplitDimensionPathKeyframeAnimation
SplitDimensionPathKeyframeAnimation(BaseKeyframeAnimation<Float, Float> xAnimation, BaseKeyframeAnimation<Float, Float> yAnimation)
-
-
Method Detail
-
setXValueCallback
void setXValueCallback(@Nullable() LottieValueCallback<Float> xValueCallback)
-
setYValueCallback
void setYValueCallback(@Nullable() LottieValueCallback<Float> yValueCallback)
-
setProgress
void setProgress(float progress)
-
-
-
-