Searched refs:showContextMenuInternal (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1187 return showContextMenuInternal(0, 0, false); in showContextMenu() 1192 return showContextMenuInternal(x, y, true); in showContextMenu() 1195 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method in Gallery
|
D | AbsListView.java | 3260 return showContextMenuInternal(0, 0, false); in showContextMenu() 3265 return showContextMenuInternal(x, y, true); in showContextMenu() 3268 private boolean showContextMenuInternal(float x, float y, boolean useOffsets) { in showContextMenuInternal() method
|