Searched refs:mContextMenuInfo (Results 1 – 3 of 3) sorted by relevance
179 private AdapterContextMenuInfo mContextMenuInfo; field in Gallery1175 return mContextMenuInfo; in getContextMenuInfo()1232 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id); in dispatchLongPress()
545 private ContextMenuInfo mContextMenuInfo = null; field in AbsListView3394 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in performLongPress()3409 return mContextMenuInfo; in getContextMenuInfo()3428 mContextMenuInfo = createContextMenuInfo(child, position, id); in showContextMenuInternal()3473 mContextMenuInfo = createContextMenuInfo(child, longPressPosition, longPressId); in showContextMenuForChildInternal()
67683 Landroid/widget/Gallery;->mContextMenuInfo:Landroid/widget/AdapterView$AdapterContextMenuInfo;