/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
H A D | FavoritesViewHolder.java | 114 listener.showContextMenu(photoView, speedDialUiItem); in onLongClick() 142 void showContextMenu(View view, SpeedDialUiItem speedDialUiItem); in showContextMenu() method
|
H A D | SpeedDialFragment.java | 400 public void showContextMenu(View view, SpeedDialUiItem speedDialUiItem) { in showContextMenu() method in SpeedDialFragment.SpeedDialFavoritesListener
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | AccessibilityContextMenuMaker.java | 65 textView.setOnClickListener(View::showContextMenu); in registerWithActivity()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | MenuManager.java | 104 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 D | ArrowKeyMovementMethod.java | 60 return widget.showContextMenu(); in handleMovementKey()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Gallery.java | 1203 public boolean showContextMenu() { in showContextMenu() method in Gallery 1208 public boolean showContextMenu(float x, float y) { in showContextMenu() method in Gallery
|
H A D | AbsListView.java | 3325 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 D | TextView.java | 11255 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 D | MenuManager.java | 119 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 D | DirectoryFragment.java | 670 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 D | Dialog.java | 1076 view.showContextMenu(); in openContextMenu()
|
H A D | Activity.java | 4690 view.showContextMenu(); in openContextMenu()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | RootsFragment.java | 182 mInjector.menuManager.showContextMenu( in onCreateView()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | GridViewSpecial.java | 574 showContextMenu();
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 7539 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49244 method public boolean showContextMenu(); 49245 method public boolean showContextMenu(float, float);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33752 method public boolean showContextMenu();
|