Searched refs:showContextMenu (Results 1 – 11 of 11) 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 | 3259 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()
|
D | TextView.java | 8543 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/ |
D | Dialog.java | 997 view.showContextMenu(); in openContextMenu()
|
D | Activity.java | 3545 view.showContextMenu(); in openContextMenu()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 5690 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/ |
D | current.txt | 42638 method public boolean showContextMenu(); 42639 method public boolean showContextMenu(float, float);
|
D | system-current.txt | 45638 method public boolean showContextMenu(); 45639 method public boolean showContextMenu(float, float);
|
D | test-current.txt | 42717 method public boolean showContextMenu(); 42718 method public boolean showContextMenu(float, float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33752 method public boolean showContextMenu();
|