Searched refs:delayedAnim (Results 1 – 1 of 1) sorted by relevance
172 final ValueAnimator delayedAnim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local173 delayedAnim.setStartDelay(mDuration); in testSetCurrentPlayTime()184 delayedAnim.setCurrentPlayTime(mDuration / 2); in testSetCurrentPlayTime()185 currentPlayTime = delayedAnim.getCurrentPlayTime(); in testSetCurrentPlayTime()186 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()187 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()202 currentPlayTime = delayedAnim.getCurrentPlayTime(); in testSetCurrentPlayTime()203 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()204 currentValue = (Float) delayedAnim.getAnimatedValue(); in testSetCurrentPlayTime()212 delayedAnim.start(); in testSetCurrentPlayTime()[all …]