Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java171 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery
1158 return mContextMenuInfo; in getContextMenuInfo()
1215 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
DAbsListView.java501 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView
3235 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()
3250 return mContextMenuInfo; in getContextMenuInfo()
3269 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()
3314 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()