Searched refs:mContextMenuInfo (Results 1 – 3 of 3) sorted by relevance
179 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery1174 return mContextMenuInfo; in getContextMenuInfo()1231 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
529 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView3314 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()3329 return mContextMenuInfo; in getContextMenuInfo()3348 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()3393 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
82112 Landroid/widget/Gallery;->mContextMenuInfo:Landroid/widget/AdapterView$AdapterContextMenuInfo;