Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java166 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery
1126 return mContextMenuInfo; in getContextMenuInfo()
1162 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
DAbsListView.java464 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView
2584 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()
2595 return mContextMenuInfo; in getContextMenuInfo()
2606 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenu()
2625 mContextMenuInfo = createContextMenuInfo( in showContextMenuForChild()