Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java185 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method
210 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
DViewGroup.java764 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroup
770 return mParent != null && mParent.showContextMenuForChild(originalView); in showContextMenuForChild()
781 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroup
784 if (showContextMenuForChild(originalView)) { in showContextMenuForChild()
790 return mParent != null && mParent.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
DViewRootImpl.java6602 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewRootImpl
6607 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewRootImpl
DView.java5756 return getParent().showContextMenuForChild(this); in showContextMenu()
5771 return getParent().showContextMenuForChild(this, x, y); in showContextMenu()
/frameworks/base/core/java/android/widget/
DGallery.java1162 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in Gallery
1170 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in Gallery
1218 handled = super.showContextMenuForChild(view, x, y); in dispatchLongPress()
1220 handled = super.showContextMenuForChild(this); in dispatchLongPress()
DAbsListView.java3242 handled = super.showContextMenuForChild(AbsListView.this, x, y); in performLongPress()
3244 handled = super.showContextMenuForChild(AbsListView.this); in performLongPress()
3276 return super.showContextMenuForChild(this, x, y); in showContextMenuInternal()
3278 return super.showContextMenuForChild(this); in showContextMenuInternal()
3290 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
3298 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
3322 handled = super.showContextMenuForChild(originalView, x, y); in showContextMenuForChildInternal()
3324 handled = super.showContextMenuForChild(originalView); in showContextMenuForChildInternal()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java759 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method
764 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
/frameworks/base/api/
Dcurrent.txt43108 method public boolean showContextMenuForChild(android.view.View);
43109 method public boolean showContextMenuForChild(android.view.View, float, float);
43230 method public abstract boolean showContextMenuForChild(android.view.View);
43231 method public abstract boolean showContextMenuForChild(android.view.View, float, float);
Dsystem-current.txt46108 method public boolean showContextMenuForChild(android.view.View);
46109 method public boolean showContextMenuForChild(android.view.View, float, float);
46230 method public abstract boolean showContextMenuForChild(android.view.View);
46231 method public abstract boolean showContextMenuForChild(android.view.View, float, float);
Dtest-current.txt43187 method public boolean showContextMenuForChild(android.view.View);
43188 method public boolean showContextMenuForChild(android.view.View, float, float);
43309 method public abstract boolean showContextMenuForChild(android.view.View);
43310 method public abstract 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);