Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java60 return widget.showContextMenu(); in handleMovementKey()
/frameworks/base/core/java/android/widget/
DGallery.java1202 public boolean showContextMenu() { in showContextMenu() method in Gallery
1207 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
DAbsListView.java3333 public boolean showContextMenu() { in showContextMenu() method
3338 public boolean showContextMenu(float x, float y) { in showContextMenu() method
3357 return super.showContextMenu(x, y); in showContextMenuInternal()
3359 return super.showContextMenu(); in showContextMenuInternal()
DTextView.java10936 public boolean showContextMenu() { in showContextMenu() method in TextView.Drawables
10940 return super.showContextMenu(); in showContextMenu()
10944 public boolean showContextMenu(float x, float y) { in showContextMenu() method in TextView.Drawables
10948 return super.showContextMenu(x, y); in showContextMenu()
/frameworks/base/core/java/android/app/
DDialog.java1065 view.showContextMenu(); in openContextMenu()
DActivity.java4479 view.showContextMenu(); in openContextMenu()
/frameworks/base/core/java/android/view/
DView.java7224 handled = isAnchored ? showContextMenu(x, y) : showContextMenu();
7280 showContextMenu(event.getX(), event.getY());
7294 public boolean showContextMenu() {
7309 public boolean showContextMenu(float x, float y) {
/frameworks/base/api/
Dcurrent.txt50655 method public boolean showContextMenu();
50656 method public boolean showContextMenu(float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33752 method public boolean showContextMenu();