Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java8145 private final Path mHighlightPath; field in Editor.SelectionHandleView.InsertModeController
8162 mHighlightPath = new Path(); in InsertModeController()
8228 layout.getSelectionPath(highlightStart, highlightEnd, mHighlightPath); in onDraw()
8229 canvas.drawPath(mHighlightPath, mHighlightPaint); in onDraw()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69899 Landroid/widget/TextView;->mHighlightPath:Landroid/graphics/Path;