Searched refs:showContextMenuInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1204 return showContextMenuInternal(0, 0, false); in showContextMenu() 1209 return showContextMenuInternal(x, y, true); in showContextMenu() 1212 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method in Gallery
|
D | AbsListView.java | 3422 return showContextMenuInternal(0, 0, false); in showContextMenu() 3427 return showContextMenuInternal(x, y, true); in showContextMenu() 3430 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 65242 Landroid/widget/AbsListView;->showContextMenuInternal(FFZ)Z 67069 Landroid/widget/Gallery;->showContextMenuInternal(FFZ)Z
|