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.java163 Keyframe emptyKeyframe1 = Keyframe.ofFloat(.0f); in testResetValues() local
164 ObjectAnimator objAnimator1 = createAnimator(emptyKeyframe1, Keyframe.ofFloat(1f, 100f)); in testResetValues()
166 assertTrue("Keyframe should be assigned a value", emptyKeyframe1.hasValue()); in testResetValues()
168 (float) emptyKeyframe1.getValue(), initialY, 0.0f); in testResetValues()
187 assertEquals((float) emptyKeyframe1.getValue(), initialY, 0.0f); in testResetValues()
201 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue()); in testResetValues()
203 (float) emptyKeyframe1.getValue(), updatedY, 0.0f); in testResetValues()
223 + " class", emptyKeyframe1.hasValue()); in testResetValues()
225 + " of the same class", (float) emptyKeyframe1.getValue(), updatedY, 0.0f); in testResetValues()