Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSuggestionsAdapter.java241 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
242 final View v = super.newView(context, cursor, parent); in newView()
453 View v = newView(mProviderContext, getCursor(), parent); in getView()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java1031 public View newView(Context context, Cursor cursor, ViewGroup parent) { in createListView()