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.java175 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
178 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
183 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
186 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
193 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
196 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
200 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
203 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
217 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
220 assertTrue(currentFraction > 0.5f); in testSetCurrentPlayTime()
[all …]