Home
last modified time | relevance | path

Searched refs:RectPaintHistoryEvent (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java32 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 ShadowCanvas
405 private RectPaintHistoryEvent( in RectPaintHistoryEvent() method in ShadowCanvas.RectPaintHistoryEvent