Searched refs:getPathPaintHistoryCount (Results 1 – 2 of 2) sorted by relevance
113 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()
261 public int getPathPaintHistoryCount() { in getPathPaintHistoryCount() method in ShadowCanvas274 return getPathPaintHistoryCount() > 0; in hasDrawnPath()