Home
last modified time | relevance | path

Searched refs:getPathPaintHistoryCount (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCanvasTest.java113 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(1); in drawPath_shouldRecordThePathAndThePaint()
135 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(2); in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance()
170 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(0); in resetCanvasHistory_shouldClearTheHistoryAndDescription()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java261 public int getPathPaintHistoryCount() { in getPathPaintHistoryCount() method in ShadowCanvas
274 return getPathPaintHistoryCount() > 0; in hasDrawnPath()