/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 230 public boolean showContextMenuForChild(View originalView); in showContextMenuForChild() method 255 boolean showContextMenuForChild(View originalView, float x, float y); in showContextMenuForChild() method
|
D | ViewGroup.java | 970 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()
|
D | ViewRootImpl.java | 10755 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
|
D | View.java | 8189 return getParent().showContextMenuForChild(this); 8204 return getParent().showContextMenuForChild(this, x, y);
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1179 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()
|
D | AbsListView.java | 3404 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/ |
D | DecorView.java | 786 public boolean showContextMenuForChild(View originalView) { 791 public boolean showContextMenuForChild(View originalView, float x, float y) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 53726 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/ |
D | android-22.txt | 34191 method public boolean showContextMenuForChild(android.view.View); 34311 method public abstract boolean showContextMenuForChild(android.view.View);
|