Searched refs:selectionHighlight (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 2095 Path selectionHighlight, Paint selectionHighlightPaint, in onDraw() argument 2119 if (selectionHighlight != null && selectionStart == selectionEnd in onDraw() 2125 selectionHighlight = null; in onDraw() 2131 selectionHighlight = null; in onDraw() 2141 selectionHighlight, selectionHighlightPaint, cursorOffsetVertical); in onDraw() 2143 layout.draw(canvas, highlightPaths, highlightPaints, selectionHighlight, in onDraw() 2150 Path selectionHighlight, Paint selectionHighlightPaint, int cursorOffsetVertical) { in drawHardwareAccelerated() argument 2156 layout.drawWithoutText(canvas, highlightPaths, highlightPaints, selectionHighlight, in drawHardwareAccelerated() 2203 selectionHighlight, selectionHighlightPaint, cursorOffsetVertical, in drawHardwareAccelerated() 2219 layout, selectionHighlight, selectionHighlightPaint, in drawHardwareAccelerated()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Layout.java | 373 Canvas canvas, Path selectionHighlight, in draw() argument 375 draw(canvas, null, null, selectionHighlight, selectionHighlightPaint, cursorOffsetVertical); in draw()
|