Home
last modified time | relevance | path

Searched refs:showContextMenuForChild (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewParent.java230 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method
255 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
H A DViewGroup.java974 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroup
980 return mParent != null && mParent.showContextMenuForChild(originalView); in showContextMenuForChild()
991 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroup
994 if (showContextMenuForChild(originalView)) { in showContextMenuForChild()
1000 return mParent != null && mParent.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
H A DViewRootImpl.java9962 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewRootImpl.TrackballAxis
9967 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewRootImpl.TrackballAxis
H A DView.java7819 return getParent().showContextMenuForChild(this);
7834 return getParent().showContextMenuForChild(this, x, y);
/aosp14/frameworks/base/core/java/android/widget/
H A DGallery.java1179 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in Gallery
1187 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in Gallery
1235 handled = super.showContextMenuForChild(view, x, y); in dispatchLongPress()
1237 handled = super.showContextMenuForChild(this); in dispatchLongPress()
H A DAbsListView.java3396 handled = super.showContextMenuForChild(AbsListView.this, x, y); in performLongPress()
3398 handled = super.showContextMenuForChild(AbsListView.this); in performLongPress()
3430 return super.showContextMenuForChild(this, x, y); in showContextMenuInternal()
3432 return super.showContextMenuForChild(this); in showContextMenuInternal()
3444 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
3452 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
3476 handled = super.showContextMenuForChild(originalView, x, y); in showContextMenuForChildInternal()
3478 handled = super.showContextMenuForChild(originalView); in showContextMenuForChildInternal()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java817 public boolean showContextMenuForChild(View originalView) {
822 public boolean showContextMenuForChild(View originalView, float x, float y) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53196 method public boolean showContextMenuForChild(android.view.View);
53197 method public boolean showContextMenuForChild(android.view.View, float, float);
53322 method public boolean showContextMenuForChild(android.view.View);
53323 method public boolean showContextMenuForChild(android.view.View, float, float);