Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCanvas.java109 public static class RectPaintHistoryEvent { class in ShadowCanvas
117 RectPaintHistoryEvent(float left, float top, float right, float bottom, Paint paint) { in RectPaintHistoryEvent() method in ShadowCanvas.RectPaintHistoryEvent