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.java202 Keyframe fullKeyframe = Keyframe.ofFloat(.0f, 333f); in testResetValues() local
203 ObjectAnimator objAnimator3 = createAnimator(fullKeyframe, Keyframe.ofFloat(1f, 500f)); in testResetValues()
206 (float) fullKeyframe.getValue(), 333f, 0.0f); in testResetValues()
223 + " reset", (float) fullKeyframe.getValue(), 333f, 0.0f); in testResetValues()