Searched refs:expectedY (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | PathMotionTest.java | 44 float expectedY = pos[1]; in assertPathMatches() local 50 expectedY, pos[1], 0.01f); in assertPathMatches()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | ScaleAnimationTest.java | 164 private void assertMatrixValue(float expectedX, float expectedY, float[] values) { 166 assertEquals(expectedY, values[Matrix.MSCALE_Y], DELTA);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | PropertyValuesHolderTest.java | 492 int expectedY = Math.round(fraction * (data.length - 1) * 2); in testOfMultiInt_Array() local 496 assertEquals(expectedY, values[1], 1); in testOfMultiInt_Array()
|
D | ObjectAnimatorTest.java | 676 int expectedY = Math.round(fraction * (data.length - 1) * 2); in testOfMultiInt() local 680 assertEquals(expectedY, values[1], 1); in testOfMultiInt()
|