Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 11 of 11) 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.java3259 public boolean showContextMenu() { in showContextMenu() method
3264 public boolean showContextMenu(float x, float y) { in showContextMenu() method
3283 return super.showContextMenu(x, y); in showContextMenuInternal()
3285 return super.showContextMenu(); in showContextMenuInternal()
DTextView.java8543 public boolean showContextMenu() { in showContextMenu() method in TextView
8547 return super.showContextMenu(); in showContextMenu()
8551 public boolean showContextMenu(float x, float y) { in showContextMenu() method in TextView
8555 return super.showContextMenu(x, y); in showContextMenu()
/frameworks/base/core/java/android/app/
DDialog.java997 view.showContextMenu(); in openContextMenu()
DActivity.java3545 view.showContextMenu(); in openContextMenu()
/frameworks/base/core/java/android/view/
DView.java5690 handled = isAnchored ? showContextMenu(x, y) : showContextMenu(); in performLongClickInternal()
5741 showContextMenu(event.getX(), event.getY()); in performButtonActionOnTouchDown()
5755 public boolean showContextMenu() { in showContextMenu() method
5770 public boolean showContextMenu(float x, float y) { in showContextMenu() method
/frameworks/base/api/
Dcurrent.txt42638 method public boolean showContextMenu();
42639 method public boolean showContextMenu(float, float);
Dsystem-current.txt45638 method public boolean showContextMenu();
45639 method public boolean showContextMenu(float, float);
Dtest-current.txt42717 method public boolean showContextMenu();
42718 method public boolean showContextMenu(float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33752 method public boolean showContextMenu();