Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewParent.java227 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method
252 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
H A DViewGroup.java972 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroup
978 return mParent != null && mParent.showContextMenuForChild(originalView); in showContextMenuForChild()
989 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroup
992 if (showContextMenuForChild(originalView)) { in showContextMenuForChild()
998 return mParent != null && mParent.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
H A DViewRootImpl.java9207 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
9212 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
H A DView.java7610 return getParent().showContextMenuForChild(this);
7625 return getParent().showContextMenuForChild(this, x, y);
/aosp12/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.java3308 handled = super.showContextMenuForChild(AbsListView.this, x, y); in performLongPress()
3310 handled = super.showContextMenuForChild(AbsListView.this); in performLongPress()
3342 return super.showContextMenuForChild(this, x, y); in showContextMenuInternal()
3344 return super.showContextMenuForChild(this); in showContextMenuInternal()
3356 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
3364 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
3388 handled = super.showContextMenuForChild(originalView, x, y); in showContextMenuForChildInternal()
3390 handled = super.showContextMenuForChild(originalView); in showContextMenuForChildInternal()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java827 public boolean showContextMenuForChild(View originalView) {
832 public boolean showContextMenuForChild(View originalView, 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.txt49785 method public boolean showContextMenuForChild(android.view.View);
49786 method public boolean showContextMenuForChild(android.view.View, float, float);
49910 method public boolean showContextMenuForChild(android.view.View);
49911 method public boolean showContextMenuForChild(android.view.View, float, float);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34191 method public boolean showContextMenuForChild(android.view.View);
34311 method public abstract boolean showContextMenuForChild(android.view.View);