Package icyllis.modernui.view
Interface ContextMenu.ContextMenuInfo
- All Known Implementing Classes:
AdapterView.AdapterContextMenuInfo
,ExpandableListView.ExpandableListContextMenuInfo
- Enclosing interface:
ContextMenu
public static interface ContextMenu.ContextMenuInfo
Additional information regarding the creation of the context menu. For example,
AdapterView
s use this to pass the exact item position within the adapter
that initiated the context menu.