-
public class ColorKeyframeAnimation extends KeyframeAnimation<Integer>
-
-
Constructor Summary
Constructors Constructor Description ColorKeyframeAnimation(List<Keyframe<Integer>> keyframes)
-
Method Summary
Modifier and Type Method Description intgetIntValue(Keyframe<Integer> keyframe, float keyframeProgress)Optimization to avoid autoboxing. intgetIntValue()Optimization to avoid autoboxing. -
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
-
-
Method Detail
-
getIntValue
int getIntValue(Keyframe<Integer> keyframe, float keyframeProgress)
Optimization to avoid autoboxing.
-
getIntValue
int getIntValue()
Optimization to avoid autoboxing.
-
-
-
-