Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java149 Keyframe emptyKeyframe2 = Keyframe.ofFloat(.0f); in testResetValues() local
150 ObjectAnimator objAnimator2 = createAnimator(emptyKeyframe2, Keyframe.ofFloat(1f, 200f)); in testResetValues()
152 assertTrue("Keyframe should be assigned a value", emptyKeyframe2.hasValue()); in testResetValues()
153 … assertEquals("Keyframe should get the value from the target", emptyKeyframe2.getValue(), 100f); in testResetValues()