Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java188 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
191 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
196 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
199 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
206 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
209 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
213 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
216 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
230 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
233 assertTrue(currentFraction > 0.5f); in testSetCurrentPlayTime()
[all …]