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