Searched refs:expectedY (Results 1 – 5 of 5) 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 | 176 private void assertMatrixValue(float expectedX, float expectedY, float[] values) { 178 assertEquals(expectedY, values[Matrix.MSCALE_Y], DELTA);
|
/cts/tests/input/src/android/input/cts/ |
D | MotionPredictorTest.kt | 199 val expectedY = 30 + ((predicted!!.getEventTime() - 16) * yMovement) in testLinearMotion() constant 204 assertEquals(expectedY, predicted.getY(), yDelta) in testLinearMotion()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | PropertyValuesHolderTest.java | 507 int expectedY = Math.round(fraction * (data.length - 1) * 2); in testOfMultiInt_Array() local 511 assertEquals(expectedY, values[1], 1); in testOfMultiInt_Array()
|
D | ObjectAnimatorTest.java | 730 int expectedY = Math.round(fraction * (data.length - 1) * 2); in testOfMultiInt() local 734 assertEquals(expectedY, values[1], 1); in testOfMultiInt()
|