public static class AdapterView.AdapterContextMenuInfo extends Object implements ContextMenu.ContextMenuInfo
android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo)
callback when a context menu is brought up for this AdapterView.Modifier and Type | Field and Description |
---|---|
long |
id
The row id of the item for which the context menu is being displayed.
|
int |
position
The position in the adapter for which the context menu is being
displayed.
|
View |
targetView
The child view for which the context menu is being displayed.
|
Constructor and Description |
---|
AdapterContextMenuInfo(View targetView,
int position,
long id) |
public View targetView
public int position
public long id
public AdapterContextMenuInfo(View targetView, int position, long id)