Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java175 Keyframe emptyKeyframe1 = Keyframe.ofFloat(.0f); in testResetValues() local
176 ObjectAnimator objAnimator1 = createAnimator(emptyKeyframe1, Keyframe.ofFloat(1f, 100f)); in testResetValues()
178 assertTrue("Keyframe should be assigned a value", emptyKeyframe1.hasValue()); in testResetValues()
180 (float) emptyKeyframe1.getValue(), initialY, 0.0f); in testResetValues()
199 assertEquals((float) emptyKeyframe1.getValue(), initialY, 0.0f); in testResetValues()
213 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue()); in testResetValues()
215 (float) emptyKeyframe1.getValue(), updatedY, 0.0f); in testResetValues()
235 + " class", emptyKeyframe1.hasValue()); in testResetValues()
237 + " of the same class", (float) emptyKeyframe1.getValue(), updatedY, 0.0f); in testResetValues()