Searched refs:getAnimatedValueAbsolute (Results 1 – 3 of 3) sorted by relevance
/external/lottie/lottie/src/test/java/com/airbnb/lottie/ |
D | LottieValueAnimatorUnitTest.java | 87 assertClose(0.5f, animator.getAnimatedValueAbsolute()); 104 assertClose(0.25f, animator.getAnimatedValueAbsolute()); 114 assertClose(1f, animator.getAnimatedValueAbsolute()); 123 assertClose(0f, animator.getAnimatedValueAbsolute()); 133 assertClose(0.9f, animator.getAnimatedValueAbsolute()); 143 assertClose(0.9f, animator.getAnimatedValueAbsolute()); 152 assertClose(0.4f, animator.getAnimatedValueAbsolute()); 156 assertClose(0.4f, animator.getAnimatedValueAbsolute()); 160 assertClose(0.4f, animator.getAnimatedValueAbsolute()); 164 assertClose(0.8f, animator.getAnimatedValueAbsolute());
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | LottieValueAnimator.java | 38 return getAnimatedValueAbsolute(); in getAnimatedValue() 45 @FloatRange(from = 0f, to = 1f) public float getAnimatedValueAbsolute() { in getAnimatedValueAbsolute() method in LottieValueAnimator
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieDrawable.java | 74 compositionLayer.setProgress(animator.getAnimatedValueAbsolute()); 917 return animator.getAnimatedValueAbsolute();
|