Searched defs:mSelectionPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java3651 private final Path mSelectionPath = new Path(); field in class:Editor.TextActionModeCallback
3828 mSelectionPath.reset();
3830 mTextView.getSelectionStart(), mTextView.getSelectionEnd(), mSelectionPath);
3831 mSelectionPath.computeBounds(mSelectionBounds, true);

Completed in 53 milliseconds