/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 227 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method 252 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
|
H A D | ViewGroup.java | 972 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 D | ViewRootImpl.java | 9207 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method 9212 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
|
H A D | View.java | 7610 return getParent().showContextMenuForChild(this); 7625 return getParent().showContextMenuForChild(this, x, y);
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Gallery.java | 1179 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 D | AbsListView.java | 3308 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 D | DecorView.java | 827 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49785 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 D | android-22.txt | 34191 method public boolean showContextMenuForChild(android.view.View); 34311 method public abstract boolean showContextMenuForChild(android.view.View);
|