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