Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp149 float currentIterationFraction; in setCurrentPlayTime() local
154 currentIterationFraction = 1.0f; in setCurrentPlayTime()
158 currentIterationFraction = ((playTime - mStartDelay) % mDuration) / (float)mDuration; in setCurrentPlayTime()
160 setFraction(currentIterationFraction, iteration); in setCurrentPlayTime()
/frameworks/base/core/java/android/animation/
DValueAnimator.java691 final float currentIterationFraction = getCurrentIterationFraction(fraction, mReversing); in setCurrentFraction() local
692 animateValue(currentIterationFraction); in setCurrentFraction()
1355 float currentIterationFraction = getCurrentIterationFraction( in animateBasedOnTime() local
1357 animateValue(currentIterationFraction); in animateBasedOnTime()