Searched refs:COORD_Y (Results 1 – 2 of 2) sorted by relevance
37 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DashPathEffectTest49 path.moveTo(START_X, COORD_Y); in testDashPathEffect()50 path.lineTo(END_X, COORD_Y); in testDashPathEffect()65 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
38 private static final int COORD_Y = BITMAP_HEIGHT / 2; field in DiscretePathEffectTest52 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()53 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()