Home
last modified time | relevance | path

Searched refs:delayedAnim (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java172 final ValueAnimator delayedAnim = ValueAnimator.ofFloat(0, 100).setDuration(mDuration); in testSetCurrentPlayTime() local
173 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 …]