Home
last modified time | relevance | path

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

/cts/tests/tests/gesture/src/android/gesture/cts/
DGesturePointTest.java35 final float expected_y = 1.1f; in testGesturePointConstructor() local
37 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp); in testGesturePointConstructor()
39 assertEquals(expected_y, point.y); in testGesturePointConstructor()
/cts/tests/tests/text/src/android/text/cts/
DLayoutTest.java440 float expected_y = (i + 1) * LINE_HEIGHT - LINE_DESCENT; in testDraw() local
441 assertEquals(expected_y, drawCommand.y, 0.0f); in testDraw()