Searched refs:lastIteration (Results 1 – 1 of 1) sorted by relevance
1375 int lastIteration = (int) (lastPlayTime / mDuration); in animateBasedOnPlayTime() local1379 lastIteration = Math.min(lastIteration, mRepeatCount); in animateBasedOnPlayTime()1381 if (iteration != lastIteration) { in animateBasedOnPlayTime()