Searched refs:showContextMenu (Results 1 – 8 of 8) sorted by relevance
60 return widget.showContextMenu(); in handleMovementKey()
914 view.showContextMenu(); in openContextMenu()
2718 view.showContextMenu(); in openContextMenu()
1142 public boolean showContextMenu() { in showContextMenu() method in Gallery
2600 public boolean showContextMenu(float x, float y, int metaState) { in showContextMenu() method2610 return super.showContextMenu(x, y, metaState); in showContextMenu()
3501 handled = showContextMenu(); in performLongClick()3519 if (showContextMenu(event.getX(), event.getY(), event.getMetaState())) { in performButtonActionOnTouchDown()3531 public boolean showContextMenu() { in showContextMenu() method in View3545 public boolean showContextMenu(float x, float y, int metaState) { in showContextMenu() method in View3546 return showContextMenu(); in showContextMenu()
23170 method public boolean showContextMenu();