Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java137 private boolean mBlockCompletion; field in AutoCompleteTextView
891 if (mBlockCompletion) return; in beforeTextChanged()
900 if (mBlockCompletion) return; in afterTextChanged()
1059 mBlockCompletion = true; in performCompletion()
1061 mBlockCompletion = false; in performCompletion()
1085 return mBlockCompletion; in isPerformingCompletion()
1098 mBlockCompletion = true; in setText()
1100 mBlockCompletion = false; in setText()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69728 Landroid/widget/AutoCompleteTextView;->mBlockCompletion:Z