Searched refs:showContextMenu (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 60 return widget.showContextMenu(); in handleMovementKey()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1186 public boolean showContextMenu() { in showContextMenu() method in Gallery 1191 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
|
D | AbsListView.java | 3267 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()
|
D | TextView.java | 9748 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/ |
D | Dialog.java | 1019 view.showContextMenu(); in openContextMenu()
|
D | Activity.java | 3777 view.showContextMenu(); in openContextMenu()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 6340 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/ |
D | current.txt | 45644 method public boolean showContextMenu(); 45645 method public boolean showContextMenu(float, float);
|
D | system-current.txt | 49183 method public boolean showContextMenu(); 49184 method public boolean showContextMenu(float, float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33752 method public boolean showContextMenu();
|