Searched defs:mBlockCompletion (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java118 private boolean mBlockCompletion; field in class:AutoCompleteTextView
758 if (mBlockCompletion) return;
767 if (mBlockCompletion) return;
893 mBlockCompletion = true;
895 mBlockCompletion = false;
919 return mBlockCompletion;
932 mBlockCompletion = true;
934 mBlockCompletion = false;

Completed in 8 milliseconds