Searched refs:getAnimatedFraction (Results 1 – 3 of 3) sorted by relevance
/external/lottie/lottie/src/test/java/com/airbnb/lottie/ |
D | LottieValueAnimatorUnitTest.java | 86 assertClose(0.5f, animator.getAnimatedFraction()); 95 assertClose(0f, animator.getAnimatedFraction()); 103 assertClose(0.75f, animator.getAnimatedFraction()); 113 assertClose(0f, animator.getAnimatedFraction()); 122 assertClose(1f, animator.getAnimatedFraction()); 132 assertClose(0f, animator.getAnimatedFraction()); 142 assertClose(0f, animator.getAnimatedFraction()); 151 assertClose(0.33333f, animator.getAnimatedFraction()); 155 assertClose(0.66666f, animator.getAnimatedFraction()); 159 assertClose(0.66666f, animator.getAnimatedFraction()); [all …]
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | LottieValueAnimator.java | 57 @Override @FloatRange(from = 0f, to = 1f) public float getAnimatedFraction() { in getAnimatedFraction() method in LottieValueAnimator
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieDrawable.java | 218 setProgress(animator.getAnimatedFraction()); in setComposition()
|