Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 10 of 10) 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.java10958 public boolean showContextMenu() { in showContextMenu() method in TextView.Drawables
10962 return super.showContextMenu(); in showContextMenu()
10966 public boolean showContextMenu(float x, float y) { in showContextMenu() method in TextView.Drawables
10970 return super.showContextMenu(x, y); in showContextMenu()
/frameworks/base/core/java/android/app/
DDialog.java1065 view.showContextMenu(); in openContextMenu()
DActivity.java4497 view.showContextMenu(); in openContextMenu()
/frameworks/base/core/java/android/view/
DView.java7347 handled = isAnchored ? showContextMenu(x, y) : showContextMenu();
7403 showContextMenu(event.getX(), event.getY());
7417 public boolean showContextMenu() {
7432 public boolean showContextMenu(float x, float y) {
/frameworks/base/non-updatable-api/
Dcurrent.txt52019 method public boolean showContextMenu();
52020 method public boolean showContextMenu(float, float);
/frameworks/base/api/
Dcurrent.txt52163 method public boolean showContextMenu();
52164 method public boolean showContextMenu(float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33752 method public boolean showContextMenu();