public static interface View.OnContextClickListener
Modifier and Type | Method and Description |
---|---|
boolean |
onContextClick(View v)
Called when a view is context clicked.
|
boolean onContextClick(View v)
v
- The view that has been context clicked.