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

/frameworks/base/core/java/android/widget/
H A DTextView.java605 private Path mHighlightPath; field in class:TextView
5100 // mHighlightPath is guaranteed to be non null at that point.
5101 mHighlightPath.computeBounds(TEMP_RECTF, false);
5520 if (mHighlightPath == null) mHighlightPath = new Path();
5521 mHighlightPath.reset();
5522 mLayout.getCursorPath(selStart, mHighlightPath, mText);
5530 highlight = mHighlightPath;
5534 if (mHighlightPath == null) mHighlightPath
[all...]

Completed in 76 milliseconds