Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java189 Keyframe fullKeyframe = Keyframe.ofFloat(.0f, 333f); in testResetValues() local
190 ObjectAnimator objAnimator3 = createAnimator(fullKeyframe, Keyframe.ofFloat(1f, 500f)); in testResetValues()
193 (float) fullKeyframe.getValue(), 333f, 0.0f); in testResetValues()
210 + " reset", (float) fullKeyframe.getValue(), 333f, 0.0f); in testResetValues()