Searched refs:showContextMenu (Results 1 – 9 of 9) sorted by relevance
60 return widget.showContextMenu(); in handleMovementKey()
1202 public boolean showContextMenu() { in showContextMenu() method in Gallery1207 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
3333 public boolean showContextMenu() { in showContextMenu() method3338 public boolean showContextMenu(float x, float y) { in showContextMenu() method3357 return super.showContextMenu(x, y); in showContextMenuInternal()3359 return super.showContextMenu(); in showContextMenuInternal()
10936 public boolean showContextMenu() { in showContextMenu() method in TextView.Drawables10940 return super.showContextMenu(); in showContextMenu()10944 public boolean showContextMenu(float x, float y) { in showContextMenu() method in TextView.Drawables10948 return super.showContextMenu(x, y); in showContextMenu()
1065 view.showContextMenu(); in openContextMenu()
4479 view.showContextMenu(); in openContextMenu()
7224 handled = isAnchored ? showContextMenu(x, y) : showContextMenu();7280 showContextMenu(event.getX(), event.getY());7294 public boolean showContextMenu() {7309 public boolean showContextMenu(float x, float y) {
50655 method public boolean showContextMenu();50656 method public boolean showContextMenu(float, float);
33752 method public boolean showContextMenu();