Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java43 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DashPathEffectTest
56 path.moveTo(START_X, COORD_Y); in testDashPathEffect()
57 path.lineTo(END_X, COORD_Y); in testDashPathEffect()
72 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
DDiscretePathEffectTest.java45 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DiscretePathEffectTest
60 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()
61 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()