Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCanvas.java79 public static class LinePaintHistoryEvent { class in ShadowCanvas
86 LinePaintHistoryEvent(float startX, float startY, float stopX, float stopY, Paint paint) { in LinePaintHistoryEvent() method in ShadowCanvas.LinePaintHistoryEvent