Searched refs:lastIteration (Results 1 – 1 of 1) sorted by relevance
1443 int lastIteration = Math.max(0, (int) (lastPlayTime / mDuration)); in animateValuesInRange() local1447 lastIteration = Math.min(lastIteration, mRepeatCount); in animateValuesInRange()1449 if (iteration != lastIteration) { in animateValuesInRange()