Searched refs:showContextMenuInternal (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A 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
|
H A D | AbsListView.java | 3414 return showContextMenuInternal(0, 0, false); in showContextMenu() 3419 return showContextMenuInternal(x, y, true); in showContextMenu() 3422 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 65885 Landroid/widget/AbsListView;->showContextMenuInternal(FFZ)Z 67712 Landroid/widget/Gallery;->showContextMenuInternal(FFZ)Z
|