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.java1186 public boolean showContextMenu() { in showContextMenu() method in Gallery
1191 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
DAbsListView.java3267 public boolean showContextMenu() { in showContextMenu() method
3272 public boolean showContextMenu(float x, float y) { in showContextMenu() method
3291 return super.showContextMenu(x, y); in showContextMenuInternal()
3293 return super.showContextMenu(); in showContextMenuInternal()
DTextView.java9748 public boolean showContextMenu() { in showContextMenu() method
9752 return super.showContextMenu(); in showContextMenu()
9756 public boolean showContextMenu(float x, float y) { in showContextMenu() method
9760 return super.showContextMenu(x, y); in showContextMenu()
/frameworks/base/core/java/android/app/
DDialog.java1019 view.showContextMenu(); in openContextMenu()
DActivity.java3777 view.showContextMenu(); in openContextMenu()
/frameworks/base/core/java/android/view/
DView.java6340 handled = isAnchored ? showContextMenu(x, y) : showContextMenu();
6396 showContextMenu(event.getX(), event.getY());
6410 public boolean showContextMenu() {
6425 public boolean showContextMenu(float x, float y) {
/frameworks/base/api/
Dcurrent.txt45644 method public boolean showContextMenu();
45645 method public boolean showContextMenu(float, float);
Dsystem-current.txt49183 method public boolean showContextMenu();
49184 method public boolean showContextMenu(float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33752 method public boolean showContextMenu();