Searched refs:mSelectionPath (Results 1 – 2 of 2) sorted by relevance
4575 private final Path mSelectionPath = new Path(); field in Editor.TextActionModeCallback4787 mSelectionPath.reset(); in onGetContentRect()4788 layout.getSelectionPath(selectionStart, selectionEnd, mSelectionPath); in onGetContentRect()4789 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
67161 Landroid/widget/Editor$TextActionModeCallback;->mSelectionPath:Landroid/graphics/Path;