Home
last modified time | relevance | path

Searched refs:getCurrentIterationFraction (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
DValueAnimator.java611 final float currentIterationFraction = getCurrentIterationFraction(fraction); in setCurrentFraction()
637 private float getCurrentIterationFraction(float fraction) { in getCurrentIterationFraction() method in ValueAnimator
1257 float currentIterationFraction = getCurrentIterationFraction(mOverallFraction); in animateBasedOnTime()