Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacyCanvas.java558 private final Path drawnPath; field in ShadowLegacyCanvas.PathPaintHistoryEvent
561 PathPaintHistoryEvent(Path drawnPath, Paint pathPaint) { in PathPaintHistoryEvent()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowCanvasTest.java136 ShadowPath drawnPath = shadowOf(shadow.getDrawnPath(0)); in drawPath_shouldRecordThePathAndThePaint() local