Searched refs:RectPaintHistoryEvent (Results 1 – 1 of 1) sorted by relevance
32 private List<RectPaintHistoryEvent> rectPaintEvents = new ArrayList<>();202 rectPaintEvents.add(new RectPaintHistoryEvent(left, top, right, bottom, paint)); in drawRect()338 public RectPaintHistoryEvent getDrawnRect(int i) { in getDrawnRect()342 public RectPaintHistoryEvent getLastDrawnRect() { in getLastDrawnRect()397 public static class RectPaintHistoryEvent { class in ShadowCanvas405 private RectPaintHistoryEvent( in RectPaintHistoryEvent() method in ShadowCanvas.RectPaintHistoryEvent