Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4575 private final Path mSelectionPath = new Path(); field in Editor.TextActionModeCallback
4787 mSelectionPath.reset(); in onGetContentRect()
4788 layout.getSelectionPath(selectionStart, selectionEnd, mSelectionPath); in onGetContentRect()
4789 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67161 Landroid/widget/Editor$TextActionModeCallback;->mSelectionPath:Landroid/graphics/Path;