Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMockViewForListPopupWindow.java25 public class MockViewForListPopupWindow extends EditText { class
28 public MockViewForListPopupWindow(Context context, AttributeSet attrs) { in MockViewForListPopupWindow() method in MockViewForListPopupWindow
32 public MockViewForListPopupWindow(Context context) { in MockViewForListPopupWindow() method in MockViewForListPopupWindow
DListPopupWindowTest.java700 final MockViewForListPopupWindow anchor = in testCustomDismissalWithBackButton()
701 (MockViewForListPopupWindow) mPopupWindow.getAnchorView(); in testCustomDismissalWithBackButton()
726 final MockViewForListPopupWindow anchor = in testListSelectionWithDPad()
727 (MockViewForListPopupWindow) mPopupWindow.getAnchorView(); in testListSelectionWithDPad()