Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java43 float expectedX = pos[0]; in assertPathMatches() local
48 expectedX, pos[0], 0.01f); in assertPathMatches()
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java164 private void assertMatrixValue(float expectedX, float expectedY, float[] values) {
165 assertEquals(expectedX, values[Matrix.MSCALE_X], DELTA);
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java397 float expectedX = fraction * (data.length - 1); in testOfMultiFloat_Array() local
399 assertEquals(expectedX, values[0], EPSILON); in testOfMultiFloat_Array()
400 assertEquals(expectedX * 2, values[1], EPSILON); in testOfMultiFloat_Array()
491 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt_Array() local
495 assertEquals(expectedX, values[0], 1); in testOfMultiInt_Array()
DObjectAnimatorTest.java574 float expectedX = fraction * (data.length - 1); in testOfMultiFloat() local
576 assertEquals(expectedX, values[0], EPSILON); in testOfMultiFloat()
577 assertEquals(expectedX * 2, values[1], EPSILON); in testOfMultiFloat()
675 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt() local
679 assertEquals(expectedX, values[0], 1); in testOfMultiInt()