Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DMenuPopupWindow.java51 MenuDropDownListView view = new MenuDropDownListView(context, hijackFocus); in createDropDownListView()
95 public static class MenuDropDownListView extends DropDownListView { class in MenuPopupWindow
102 public MenuDropDownListView(Context context, boolean hijackFocus) { in MenuDropDownListView() method in MenuPopupWindow.MenuDropDownListView
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DContextMenuUtils.java35 import android.widget.MenuPopupWindow.MenuDropDownListView;
56 return onView(ViewMatchers.isAssignableFrom(MenuDropDownListView.class)) in onContextMenu()