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

/frameworks/base/core/java/android/widget/
H A DTextView.java569 private Path mHighlightPath; field in class:TextView
4810 // mHighlightPath is guaranteed to be non null at that point.
4811 mHighlightPath.computeBounds(TEMP_RECTF, false);
5244 if (mHighlightPath == null) mHighlightPath = new Path();
5245 mHighlightPath.reset();
5246 mLayout.getCursorPath(selStart, mHighlightPath, mText);
5254 highlight = mHighlightPath;
5258 if (mHighlightPath == null) mHighlightPath
[all...]

Completed in 147 milliseconds