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

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java119 private boolean mBlockCompletion; field in class:AutoCompleteTextView
755 if (mBlockCompletion) return;
764 if (mBlockCompletion) return;
890 mBlockCompletion = true;
892 mBlockCompletion = false;
916 return mBlockCompletion;
929 mBlockCompletion = true;
931 mBlockCompletion = false;

Completed in 50 milliseconds