Searched refs:highlightPaths (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Layout.java | 402 @Nullable List<Path> highlightPaths, in draw() argument 412 drawWithoutText(canvas, highlightPaths, highlightPaints, selectionPath, selectionPaint, in draw() 461 @Nullable List<Path> highlightPaths, in drawWithoutText() argument 469 if (highlightPaths == null && highlightPaints == null) { in drawWithoutText() 474 if (highlightPaths != null) { in drawWithoutText() 479 if (highlightPaints.size() != highlightPaths.size()) { in drawWithoutText() 484 for (int i = 0; i < highlightPaths.size(); ++i) { in drawWithoutText() 485 final Path highlight = highlightPaths.get(i); in drawWithoutText()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 2093 List<Path> highlightPaths, in onDraw() argument 2140 drawHardwareAccelerated(canvas, layout, highlightPaths, highlightPaints, in onDraw() 2143 layout.draw(canvas, highlightPaths, highlightPaints, selectionHighlight, in onDraw() 2149 List<Path> highlightPaths, List<Paint> highlightPaints, in drawHardwareAccelerated() argument 2156 layout.drawWithoutText(canvas, highlightPaths, highlightPaints, selectionHighlight, in drawHardwareAccelerated()
|