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.java1088 public boolean showContextMenu() { in showContextMenu() method in DialogTest.MockView
1090 return super.showContextMenu(); in showContextMenu()
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java305 mActivityRule.runOnUiThread(() -> mNoTooltipView.showContextMenu(0, 0)); in testTooltipHidesOnWindowFocusChange()
DViewTest.java1282 view.showContextMenu(); in testCreateContextMenu()
1737 view.showContextMenu(); in testShowContextMenuNullParent()
1746 assertFalse(view.showContextMenu()); in testShowContextMenu()
1755 view.showContextMenu(0, 0); in testShowContextMenuXYNullParent()
1766 assertFalse(view.showContextMenu(0, 0)); in testShowContextMenuXY()