Searched refs:showContextMenuForChild (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 227 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method 252 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
|
D | ViewGroup.java | 945 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in ViewGroup 951 return mParent != null && mParent.showContextMenuForChild(originalView); in showContextMenuForChild() 962 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in ViewGroup 965 if (showContextMenuForChild(originalView)) { in showContextMenuForChild() 971 return mParent != null && mParent.showContextMenuForChild(originalView, x, y); in showContextMenuForChild()
|
D | ViewRootImpl.java | 8123 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method 8128 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
|
D | View.java | 7418 return getParent().showContextMenuForChild(this); 7433 return getParent().showContextMenuForChild(this, x, y);
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1178 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method in Gallery 1186 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method in Gallery 1234 handled = super.showContextMenuForChild(view, x, y); in dispatchLongPress() 1236 handled = super.showContextMenuForChild(this); in dispatchLongPress()
|
D | AbsListView.java | 3316 handled = super.showContextMenuForChild(AbsListView.this, x, y); in performLongPress() 3318 handled = super.showContextMenuForChild(AbsListView.this); in performLongPress() 3350 return super.showContextMenuForChild(this, x, y); in showContextMenuInternal() 3352 return super.showContextMenuForChild(this); in showContextMenuInternal() 3364 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method 3372 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method 3396 handled = super.showContextMenuForChild(originalView, x, y); in showContextMenuForChildInternal() 3398 handled = super.showContextMenuForChild(originalView); in showContextMenuForChildInternal()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 816 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method 821 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 52549 method public boolean showContextMenuForChild(android.view.View); 52550 method public boolean showContextMenuForChild(android.view.View, float, float); 52674 method public boolean showContextMenuForChild(android.view.View); 52675 method public boolean showContextMenuForChild(android.view.View, float, float);
|
/frameworks/base/api/ |
D | current.txt | 52693 method public boolean showContextMenuForChild(android.view.View); 52694 method public boolean showContextMenuForChild(android.view.View, float, float); 52818 method public boolean showContextMenuForChild(android.view.View); 52819 method public boolean showContextMenuForChild(android.view.View, float, float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34191 method public boolean showContextMenuForChild(android.view.View); 34311 method public abstract boolean showContextMenuForChild(android.view.View);
|