Searched refs:expectedX (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | PathMotionTest.java | 43 float expectedX = pos[0]; in assertPathMatches() local 48 expectedX, pos[0], 0.01f); in assertPathMatches()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | ScaleAnimationTest.java | 176 private void assertMatrixValue(float expectedX, float expectedY, float[] values) { 177 assertEquals(expectedX, values[Matrix.MSCALE_X], DELTA);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | PropertyValuesHolderTest.java | 412 float expectedX = fraction * (data.length - 1); in testOfMultiFloat_Array() local 414 assertEquals(expectedX, values[0], EPSILON); in testOfMultiFloat_Array() 415 assertEquals(expectedX * 2, values[1], EPSILON); in testOfMultiFloat_Array() 506 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt_Array() local 510 assertEquals(expectedX, values[0], 1); in testOfMultiInt_Array()
|
D | ObjectAnimatorTest.java | 628 float expectedX = fraction * (data.length - 1); in testOfMultiFloat() local 630 assertEquals(expectedX, values[0], EPSILON); in testOfMultiFloat() 631 assertEquals(expectedX * 2, values[1], EPSILON); in testOfMultiFloat() 729 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt() local 733 assertEquals(expectedX, values[0], 1); in testOfMultiInt()
|