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

/frameworks/base/core/java/android/widget/
H A DTextView.java519 private Path mHighlightPath; field in class:TextView
4439 // mHighlightPath is guaranteed to be non null at that point.
4440 mHighlightPath.computeBounds(TEMP_RECTF, false);
4836 if (mHighlightPath == null) mHighlightPath = new Path();
4837 mHighlightPath.reset();
4838 mLayout.getCursorPath(selStart, mHighlightPath, mText);
4846 highlight = mHighlightPath;
4850 if (mHighlightPath == null) mHighlightPath
[all...]

Completed in 79 milliseconds