/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 230 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method 255 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
|
H A D | ViewGroup.java | 974 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 D | ViewRootImpl.java | 9962 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 D | View.java | 7819 return getParent().showContextMenuForChild(this); 7834 return getParent().showContextMenuForChild(this, x, y);
|
/aosp14/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 | 3396 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 D | DecorView.java | 817 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53196 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);
|