Home
last modified time | relevance | path

Searched refs:showContextMenuInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DGallery.java1187 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
DAbsListView.java3260 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