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.java865 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:ListPopupWindow
1093 mDropDownList = createDropDownListView(context, !mModal);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DMenuPopupWindow.java72 DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:MenuPopupWindow
H A DListPopupWindow.java912 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) { method in class:ListPopupWindow
1138 mDropDownList = createDropDownListView(context, !mModal);

Completed in 114 milliseconds