Searched refs:mSelectionPath (Results 1 – 1 of 1) sorted by relevance
3651 private final Path mSelectionPath = new Path(); field in Editor.TextActionModeCallback3828 mSelectionPath.reset(); in onGetContentRect()3830 mTextView.getSelectionStart(), mTextView.getSelectionEnd(), mSelectionPath); in onGetContentRect() local3831 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()