Searched refs:delayedAnim (Results 1 – 1 of 1) sorted by relevance
182 final ValueAnimator delayedAnim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local183 delayedAnim.setStartDelay(mDuration); in testSetCurrentPlayTime()194 delayedAnim.setCurrentPlayTime(mDuration / 2); in testSetCurrentPlayTime()195 currentPlayTime = delayedAnim.getCurrentPlayTime(); in testSetCurrentPlayTime()196 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()197 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()212 currentPlayTime = delayedAnim.getCurrentPlayTime(); in testSetCurrentPlayTime()213 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()214 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()222 delayedAnim.start(); in testSetCurrentPlayTime()[all …]