Searched refs:pathPaintEvents (Results 1 – 1 of 1) sorted by relevance
29 private List<PathPaintHistoryEvent> pathPaintEvents = new ArrayList<>(); field in ShadowCanvas182 pathPaintEvents.add(new PathPaintHistoryEvent(new Path(path), new Paint(paint))); in drawPath()262 return pathPaintEvents.size(); in getPathPaintHistoryCount()282 return pathPaintEvents.get(i).pathPaint; in getDrawnPathPaint()286 return pathPaintEvents.get(i).drawnPath; in getDrawnPath()299 pathPaintEvents.clear(); in resetCanvasHistory()