/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 185 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method 210 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
|
D | ViewGroup.java | 764 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()
|
D | ViewRootImpl.java | 6602 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
|
D | View.java | 5756 return getParent().showContextMenuForChild(this); in showContextMenu() 5771 return getParent().showContextMenuForChild(this, x, y); in showContextMenu()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1162 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()
|
D | AbsListView.java | 3242 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/ |
D | DecorView.java | 759 public boolean showContextMenuForChild(View originalView) { in showContextMenuForChild() method 764 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() method
|
/frameworks/base/api/ |
D | current.txt | 43108 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);
|
D | system-current.txt | 46108 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);
|
D | test-current.txt | 43187 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/ |
D | android-22.txt | 34191 method public boolean showContextMenuForChild(android.view.View); 34311 method public abstract boolean showContextMenuForChild(android.view.View);
|