Searched refs:currentFraction (Results 1 – 1 of 1) sorted by relevance
178 float currentFraction = anim.getAnimatedFraction(); in testSetCurrentPlayTime() local181 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() local199 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 …]