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

/frameworks/base/core/java/android/widget/
H A DTextView.java731 private Path mHighlightPath; field in class:TextView
6636 // mHighlightPath is guaranteed to be non null at that point.
6637 mHighlightPath.computeBounds(TEMP_RECTF, false);
7039 if (mHighlightPath == null) mHighlightPath = new Path();
7040 mHighlightPath.reset();
7041 mLayout.getCursorPath(selStart, mHighlightPath, mText);
7049 highlight = mHighlightPath;
7053 if (mHighlightPath == null) mHighlightPath
[all...]

Completed in 409 milliseconds