Searched defs:MenuDropDownListView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java51 MenuDropDownListView view = new MenuDropDownListView(context, hijackFocus);
95 public static class MenuDropDownListView extends DropDownListView { class in class:MenuPopupWindow
102 public MenuDropDownListView(Context context, boolean hijackFocus) { method in class:MenuPopupWindow.MenuDropDownListView
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DMenuPopupWindow.java74 MenuDropDownListView view = new MenuDropDownListView(context, hijackFocus);
129 public static class MenuDropDownListView extends DropDownListView { class in class:MenuPopupWindow
136 public MenuDropDownListView(Context context, boolean hijackFocus) { method in class:MenuPopupWindow.MenuDropDownListView

Completed in 175 milliseconds