Searched refs:pathPaintEvents (Results 1 – 1 of 1) sorted by relevance
23 private List<PathPaintHistoryEvent> pathPaintEvents = new ArrayList<PathPaintHistoryEvent>(); field in ShadowCanvas89 pathPaintEvents.add(new PathPaintHistoryEvent(path, paint)); in drawPath()122 return pathPaintEvents.size(); in getPathPaintHistoryCount()138 return pathPaintEvents.get(i).pathPaint; in getDrawnPathPaint()142 return pathPaintEvents.get(i).drawnPath; in getDrawnPath()150 pathPaintEvents.clear(); in resetCanvasHistory()