Searched refs:getPathPaintHistoryCount (Results 1 – 4 of 4) sorted by relevance
29 public abstract int getPathPaintHistoryCount(); in getPathPaintHistoryCount() method in ShadowCanvas
297 public int getPathPaintHistoryCount() { in getPathPaintHistoryCount() method in ShadowLegacyCanvas313 return getPathPaintHistoryCount() > 0; in hasDrawnPath()
720 public int getPathPaintHistoryCount() { in getPathPaintHistoryCount() method in ShadowNativeBaseCanvas
135 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(1); in drawPath_shouldRecordThePathAndThePaint()158 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(2); in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance()205 assertThat(shadow.getPathPaintHistoryCount()).isEqualTo(0); in resetCanvasHistory_shouldClearTheHistoryAndDescription()