Searched defs:createDropDownListView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java50 DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:MenuPopupWindow
H A DListPopupWindow.java891 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:ListPopupWindow
1119 mDropDownList = createDropDownListView(context, !mModal);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DMenuPopupWindow.java74 DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:MenuPopupWindow
H A DListPopupWindow.java929 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:ListPopupWindow
1158 mDropDownList = createDropDownListView(context, !mModal);

Completed in 46 milliseconds