Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DValueAnimator.java1363 int lastIteration = (int) (lastPlayTime / mDuration); in animateBasedOnPlayTime() local
1367 lastIteration = Math.min(lastIteration, mRepeatCount); in animateBasedOnPlayTime()
1369 if (iteration != lastIteration) { in animateBasedOnPlayTime()