Searched refs:mBlockCompletion (Results 1 – 1 of 1) sorted by relevance
127 private boolean mBlockCompletion; field in AutoCompleteTextView868 if (mBlockCompletion) return; in doBeforeTextChanged()877 if (mBlockCompletion) return; in doAfterTextChanged()1003 mBlockCompletion = true; in performCompletion()1005 mBlockCompletion = false; in performCompletion()1029 return mBlockCompletion; in isPerformingCompletion()1042 mBlockCompletion = true; in setText()1044 mBlockCompletion = false; in setText()