Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DMenuPopupWindow.java75 MenuDropDownListView view = new MenuDropDownListView(context, hijackFocus); in createDropDownListView()
130 public static class MenuDropDownListView extends DropDownListView { class in MenuPopupWindow
137 public MenuDropDownListView(Context context, boolean hijackFocus) { in MenuDropDownListView() method in MenuPopupWindow.MenuDropDownListView
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DContextMenuUtils.java39 import android.widget.MenuPopupWindow.MenuDropDownListView;
55 return onView(ViewMatchers.isAssignableFrom(MenuDropDownListView.class)) in onContextMenu()