Searched refs:COORD_Y (Results 1 – 2 of 2) sorted by relevance
44 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DashPathEffectTest57 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()
46 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DiscretePathEffectTest62 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()63 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()