Searched refs:showContextMenu (Results 1 – 3 of 3) sorted by relevance
1088 public boolean showContextMenu() { in showContextMenu() method in DialogTest.MockView1090 return super.showContextMenu(); in showContextMenu()
305 mActivityRule.runOnUiThread(() -> mNoTooltipView.showContextMenu(0, 0)); in testTooltipHidesOnWindowFocusChange()
1282 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()