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

/frameworks/base/core/java/android/widget/
H A DTextView.java607 private boolean mHighlightPathBogus = true; field in class:TextView
5076 if (mHighlightPathBogus) {
5519 if (mHighlightPathBogus) {
5524 mHighlightPathBogus = false;
5533 if (mHighlightPathBogus) {
5537 mHighlightPathBogus = false;
5757 if (mHighlightPathBogus) {
5761 mHighlightPathBogus = false;
6579 mHighlightPathBogus = true;
8021 mHighlightPathBogus
[all...]

Completed in 41 milliseconds