public static interface GestureDetector.OnContextClickListener
GestureDetector.onGenericMotionEvent(MotionEvent)
in
View.onGenericMotionEvent(MotionEvent)
.Modifier and Type | Method and Description |
---|---|
boolean |
onContextClick(MotionEvent e)
Notified when a context click occurs.
|
boolean onContextClick(MotionEvent e)
e
- The motion event that occurred during the context click.