Searched refs:showContextMenuForChild (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java224 * @see #showContextMenuForChild(View, float, float)
226 public boolean showContextMenuForChild(View originalView); method in interface:ViewParent
238 * {@link #showContextMenuForChild(View)}.
251 boolean showContextMenuForChild(View originalView, float x, float y); method in interface:ViewParent
H A DViewGroup.java411 * When set, indicates that a call to showContextMenuForChild was made with explicit
922 public boolean showContextMenuForChild(View originalView) { method in class:ViewGroup
928 return mParent != null && mParent.showContextMenuForChild(originalView);
939 public boolean showContextMenuForChild(View originalView, float x, float y) { method in class:ViewGroup
942 if (showContextMenuForChild(originalView)) {
948 return mParent != null && mParent.showContextMenuForChild(originalView, x, y);
H A DViewRootImpl.java7502 public boolean showContextMenuForChild(View originalView) { method in class:ViewRootImpl
7507 public boolean showContextMenuForChild(View originalView, float x, float y) { method in class:ViewRootImpl
H A DView.java6752 return getParent().showContextMenuForChild(this);
6767 return getParent().showContextMenuForChild(this, x, y);
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java1162 public boolean showContextMenuForChild(View originalView) { method in class:Gallery
1170 public boolean showContextMenuForChild(View originalView, float x, float y) { method in class:Gallery
1218 handled = super.showContextMenuForChild(view, x, y);
1220 handled = super.showContextMenuForChild(this);
H A DAbsListView.java3252 handled = super.showContextMenuForChild(AbsListView.this, x, y);
3254 handled = super.showContextMenuForChild(AbsListView.this);
3286 return super.showContextMenuForChild(this, x, y);
3288 return super.showContextMenuForChild(this);
3300 public boolean showContextMenuForChild(View originalView) { method in class:AbsListView
3308 public boolean showContextMenuForChild(View originalView, float x, float y) { method in class:AbsListView
3332 handled = super.showContextMenuForChild(originalView, x, y);
3334 handled = super.showContextMenuForChild(originalView);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java788 public boolean showContextMenuForChild(View originalView) { method in class:DecorView
793 public boolean showContextMenuForChild(View originalView, float x, float y) { method in class:DecorView
/frameworks/base/config/
H A Dboot-image-profile.txt6796 HPLandroid/view/ViewGroup;->showContextMenuForChild(Landroid/view/View;)Z
6797 HPLandroid/view/ViewGroup;->showContextMenuForChild(Landroid/view/View;FF)Z
9206 HPLcom/android/internal/policy/DecorView;->showContextMenuForChild(Landroid/view/View;FF)Z
[all...]

Completed in 398 milliseconds