HomeSort by relevance Sort by last modified time
    Searched refs:getDrawnPath (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCanvasTest.java 114 ShadowPath drawnPath = shadowOf(shadow.getDrawnPath(0));
136 assertEquals(shadowOf(shadow.getDrawnPath(0)).getPoints().get(0), new ShadowPath.Point(10, 10, LINE_TO));
137 assertEquals(shadowOf(shadow.getDrawnPath(1)).getPoints().get(0), new ShadowPath.Point(20, 20, LINE_TO));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCanvas.java 285 public Path getDrawnPath(int i) {

Completed in 60 milliseconds