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