Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java346 public int getRectPaintHistoryCount() { in getRectPaintHistoryCount() method in ShadowCanvas
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCanvasTest.java324 assertThat(shadowCanvas.getRectPaintHistoryCount()).isEqualTo(2); in getRectHistoryCount_shouldReturnTotalNumberOfDrawRectEvents()