Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java66 private static final float QUADRATIC_CTRL_PT2_X = 50f; field in PropertyValuesHolderTest
320 path.quadTo(QUADRATIC_CTRL_PT2_X, QUADRATIC_CTRL_PT2_Y, in testOfMultiFloat_Path()
344 assertTrue(x < QUADRATIC_CTRL_PT2_X); in testOfMultiFloat_Path()
346 assertTrue(x >= QUADRATIC_CTRL_PT2_X); in testOfMultiFloat_Path()
415 path.quadTo(QUADRATIC_CTRL_PT2_X, QUADRATIC_CTRL_PT2_Y, in testOfMultiInt_Path()
438 assertTrue(x < QUADRATIC_CTRL_PT2_X); in testOfMultiInt_Path()
440 assertTrue(x >= QUADRATIC_CTRL_PT2_X); in testOfMultiInt_Path()
DObjectAnimatorTest.java68 private static final float QUADRATIC_CTRL_PT2_X = 50f; field in ObjectAnimatorTest
491 path.quadTo(QUADRATIC_CTRL_PT2_X, QUADRATIC_CTRL_PT2_Y, in testOfMultiFloat_Path()
518 assertTrue(x < QUADRATIC_CTRL_PT2_X); in testOfMultiFloat_Path()
520 assertTrue(x >= QUADRATIC_CTRL_PT2_X); in testOfMultiFloat_Path()
592 path.quadTo(QUADRATIC_CTRL_PT2_X, QUADRATIC_CTRL_PT2_Y, in testOfMultiInt_Path()
619 assertTrue(x < QUADRATIC_CTRL_PT2_X); in testOfMultiInt_Path()
621 assertTrue(x >= QUADRATIC_CTRL_PT2_X); in testOfMultiInt_Path()