Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DFavoritesViewHolder.java114 listener.showContextMenu(photoView, speedDialUiItem); in onLongClick()
142 void showContextMenu(View view, SpeedDialUiItem speedDialUiItem); in showContextMenu() method
H A DSpeedDialFragment.java400 public void showContextMenu(View view, SpeedDialUiItem speedDialUiItem) { in showContextMenu() method in SpeedDialFragment.SpeedDialFavoritesListener
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DAccessibilityContextMenuMaker.java65 textView.setOnClickListener(View::showContextMenu); in registerWithActivity()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java104 public void showContextMenu(Fragment f, View v, float x, float y) { in showContextMenu() method in MenuManager
107 v.showContextMenu(x, y); in showContextMenu()
/aosp12/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java60 return widget.showContextMenu(); in handleMovementKey()
/aosp12/frameworks/base/core/java/android/widget/
H A DGallery.java1203 public boolean showContextMenu() { in showContextMenu() method in Gallery
1208 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
H A DAbsListView.java3325 public boolean showContextMenu() { in showContextMenu() method
3330 public boolean showContextMenu(float x, float y) { in showContextMenu() method
3349 return super.showContextMenu(x, y); in showContextMenuInternal()
3351 return super.showContextMenu(); in showContextMenuInternal()
H A DTextView.java11255 public boolean showContextMenu() { in showContextMenu() method in TextView.Drawables
11259 return super.showContextMenu(); in showContextMenu()
11263 public boolean showContextMenu(float x, float y) { in showContextMenu() method in TextView.Drawables
11267 return super.showContextMenu(x, y); in showContextMenu()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java119 public void showContextMenu(Fragment f, View v, float x, float y) { in showContextMenu() method in MenuManager
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java670 mInjector.menuManager.showContextMenu(this, view, x, y); in onContextMenuClick()
674 mInjector.menuManager.showContextMenu(this, mRecView, e.getX(), e.getY()); in onContextMenuClick()
/aosp12/frameworks/base/core/java/android/app/
H A DDialog.java1076 view.showContextMenu(); in openContextMenu()
H A DActivity.java4690 view.showContextMenu(); in openContextMenu()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DRootsFragment.java182 mInjector.menuManager.showContextMenu( in onCreateView()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java574 showContextMenu();
/aosp12/frameworks/base/core/java/android/view/
H A DView.java7539 handled = isAnchored ? showContextMenu(x, y) : showContextMenu();
7595 showContextMenu(event.getX(), event.getY());
7609 public boolean showContextMenu() {
7624 public boolean showContextMenu(float x, float y) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49244 method public boolean showContextMenu();
49245 method public boolean showContextMenu(float, float);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33752 method public boolean showContextMenu();