Searched refs:MOVE_TO (Results 1 – 2 of 2) sorted by relevance
13 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;36 assertEquals(new ShadowPath.Point(2, 3, MOVE_TO), moveToPoints.get(0)); in testMoveTo()37 assertEquals(new ShadowPath.Point(3, 4, MOVE_TO), moveToPoints.get(1)); in testMoveTo()
11 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;28 Point p = new Point(x, y, MOVE_TO); in moveTo()72 MOVE_TO, enumConstant