HomeSort by relevance Sort by last modified time
    Searched refs:currentIterationFraction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 149 float currentIterationFraction;
154 currentIterationFraction = 1.0f;
158 currentIterationFraction = ((playTime - mStartDelay) % mDuration) / (float)mDuration;
160 setFraction(currentIterationFraction, iteration);
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 673 final float currentIterationFraction = getCurrentIterationFraction(fraction, mReversing);
674 animateValue(currentIterationFraction);
    [all...]

Completed in 87 milliseconds