Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java180 static final PreQAutoCompleteTextViewReflector PRE_API_29_HIDDEN_METHOD_INVOKER =
181 (Build.VERSION.SDK_INT < 29) ? new PreQAutoCompleteTextViewReflector() : null;
2050 private static class PreQAutoCompleteTextViewReflector { class in SearchView
2058 PreQAutoCompleteTextViewReflector() { in PreQAutoCompleteTextViewReflector() method in SearchView.PreQAutoCompleteTextViewReflector