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.java178 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
181 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
186 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
189 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
196 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local
199 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
203 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
206 assertEquals(.5f, currentFraction, EPSILON); in testSetCurrentPlayTime()
220 currentFraction = delayedAnim.getAnimatedFraction(); in testSetCurrentPlayTime()
223 assertTrue(currentFraction > 0.5f); in testSetCurrentPlayTime()
[all …]