public static interface View.OnTouchListener
Modifier and Type | Method and Description |
---|---|
boolean |
onTouch(View v,
MotionEvent event)
Called when a touch event is dispatched to a view.
|
boolean onTouch(View v, MotionEvent event)
v
- The view the touch event has been dispatched to.event
- The MotionEvent object containing full information about
the event.