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