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 | 1202 public boolean showContextMenu() { in showContextMenu() method in Gallery 1207 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
|
D | AbsListView.java | 3333 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()
|
D | TextView.java | 10958 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/ |
D | Dialog.java | 1065 view.showContextMenu(); in openContextMenu()
|
D | Activity.java | 4497 view.showContextMenu(); in openContextMenu()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 7347 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/ |
D | current.txt | 52019 method public boolean showContextMenu(); 52020 method public boolean showContextMenu(float, float);
|
/frameworks/base/api/ |
D | current.txt | 52163 method public boolean showContextMenu(); 52164 method public boolean showContextMenu(float, float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33752 method public boolean showContextMenu();
|