Searched refs:showContextMenu (Results 1 – 4 of 4) sorted by relevance
1041 public boolean showContextMenu() { in showContextMenu() method in DialogTest.MockView1043 return super.showContextMenu(); in showContextMenu()
330 mActivityRule.runOnUiThread(() -> mNoTooltipView.showContextMenu(0, 0)); in testTooltipHidesOnWindowFocusChange()
1301 view.showContextMenu(); in testCreateContextMenu()1783 view.showContextMenu(); in testShowContextMenuNullParent()1792 assertFalse(view.showContextMenu()); in testShowContextMenu()1801 view.showContextMenu(0, 0); in testShowContextMenuXYNullParent()1812 assertFalse(view.showContextMenu(0, 0)); in testShowContextMenuXY()
53159 method public boolean showContextMenu();53160 method public boolean showContextMenu(float, float);