Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java404 @Nullable Path selectionPath, in draw() argument
412 drawWithoutText(canvas, highlightPaths, highlightPaints, selectionPath, selectionPaint, in draw()
463 @Nullable Path selectionPath, in drawWithoutText() argument
493 if (selectionPath != null) { in drawWithoutText()
494 canvas.drawPath(selectionPath, selectionPaint); in drawWithoutText()