public interface OnInterceptTouchEventListener
ViewGroup.| Modifier and Type | Method and Description |
|---|---|
boolean |
onInterceptTouchEvent(android.view.ViewGroup v,
android.view.MotionEvent event)
Called when a onInterceptTouch is invoked on a view group
|
boolean onInterceptTouchEvent(android.view.ViewGroup v,
android.view.MotionEvent event)
v - The view group the onInterceptTouch has been called onevent - The motion event being dispatched down the hierarchy.