Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java2052 private Method mDoAfterTextChanged = null; field in SearchView.PreQAutoCompleteTextViewReflector
2068 mDoAfterTextChanged = AutoCompleteTextView.class in PreQAutoCompleteTextViewReflector()
2070 mDoAfterTextChanged.setAccessible(true); in PreQAutoCompleteTextViewReflector()
2095 if (mDoAfterTextChanged != null) { in doAfterTextChanged()
2097 mDoAfterTextChanged.invoke(view); in doAfterTextChanged()