Searched refs:MOVE_TO (Results 1 – 2 of 2) sorted by relevance
6 import static org.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;25 assertEquals(new ShadowPath.Point(2, 3, MOVE_TO), moveToPoints.get(0)); in testMoveTo()26 assertEquals(new ShadowPath.Point(3, 4, MOVE_TO), moveToPoints.get(1)); in testMoveTo()
8 import static org.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;67 Point p = new Point(x, y, MOVE_TO); in moveTo()167 MOVE_TO, enumConstant