Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/
DDialogTest.java1026 public boolean showContextMenu() { in showContextMenu() method in DialogTest.MockView
1028 return super.showContextMenu(); in showContextMenu()
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java305 mActivityRule.runOnUiThread(() -> mNoTooltipView.showContextMenu(0, 0)); in testTooltipHidesOnWindowFocusChange()
DViewTest.java1286 view.showContextMenu(); in testCreateContextMenu()
1741 view.showContextMenu(); in testShowContextMenuNullParent()
1750 assertFalse(view.showContextMenu()); in testShowContextMenu()
1759 view.showContextMenu(0, 0); in testShowContextMenuXYNullParent()
1770 assertFalse(view.showContextMenu(0, 0)); in testShowContextMenuXY()