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.java503 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView
3241 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()
3256 return mContextMenuInfo; in getContextMenuInfo()
3275 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()
3320 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()