Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A 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()
/aosp14/frameworks/base/core/java/android/animation/
H A DValueAnimator.java770 final float currentIterationFraction = getCurrentIterationFraction(fraction, mReversing); in setCurrentFraction() local
771 animateValue(currentIterationFraction); in setCurrentFraction()
1403 float currentIterationFraction = getCurrentIterationFraction( in animateBasedOnTime() local
1405 animateValue(currentIterationFraction); in animateBasedOnTime()