Searched refs:showContextMenuInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1203 return showContextMenuInternal(0, 0, false); in showContextMenu() 1208 return showContextMenuInternal(x, y, true); in showContextMenu() 1211 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method in Gallery
|
D | AbsListView.java | 3334 return showContextMenuInternal(0, 0, false); in showContextMenu() 3339 return showContextMenuInternal(x, y, true); in showContextMenu() 3342 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 80314 Landroid/widget/AbsListView;->showContextMenuInternal(FFZ)Z 82141 Landroid/widget/Gallery;->showContextMenuInternal(FFZ)Z
|