Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java230 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method
255 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
DViewGroup.java970 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroup
976 return mParent != null && mParent.showContextMenuForChild(originalView); in showContextMenuForChild()
987 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroup
990 if (showContextMenuForChild(originalView)) { in showContextMenuForChild()
996 return mParent != null && mParent.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
DViewRootImpl.java10755 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewRootImpl.TrackballAxis
10760 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewRootImpl.TrackballAxis
DView.java8189 return getParent().showContextMenuForChild(this);
8204 return getParent().showContextMenuForChild(this, x, y);
/frameworks/base/core/java/android/widget/
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()
DAbsListView.java3404 handled = super.showContextMenuForChild(AbsListView.this, x, y); in performLongPress()
3406 handled = super.showContextMenuForChild(AbsListView.this); in performLongPress()
3438 return super.showContextMenuForChild(this, x, y); in showContextMenuInternal()
3440 return super.showContextMenuForChild(this); in showContextMenuInternal()
3452 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
3460 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
3484 handled = super.showContextMenuForChild(originalView, x, y); in showContextMenuForChildInternal()
3486 handled = super.showContextMenuForChild(originalView); in showContextMenuForChildInternal()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java786 public boolean showContextMenuForChild(View originalView) {
791 public boolean showContextMenuForChild(View originalView, float x, float y) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt53726 method public boolean showContextMenuForChild(android.view.View);
53727 method public boolean showContextMenuForChild(android.view.View, float, float);
53852 method public boolean showContextMenuForChild(android.view.View);
53853 method public boolean showContextMenuForChild(android.view.View, float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34191 method public boolean showContextMenuForChild(android.view.View);
34311 method public abstract boolean showContextMenuForChild(android.view.View);