Searched refs:mBlockCompletion (Results 1 – 1 of 1) sorted by relevance
129 private boolean mBlockCompletion; field in AutoCompleteTextView870 if (mBlockCompletion) return; in doBeforeTextChanged()879 if (mBlockCompletion) return; in doAfterTextChanged()1005 mBlockCompletion = true; in performCompletion()1007 mBlockCompletion = false; in performCompletion()1031 return mBlockCompletion; in isPerformingCompletion()1044 mBlockCompletion = true; in setText()1046 mBlockCompletion = false; in setText()