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.java44 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DashPathEffectTest
57 path.moveTo(START_X, COORD_Y); in testDashPathEffect()
58 path.lineTo(END_X, COORD_Y); in testDashPathEffect()
74 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
DDiscretePathEffectTest.java46 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DiscretePathEffectTest
62 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()
63 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()