Package 

Interface OnInterceptTouchEventListener

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onInterceptTouchEvent(ViewGroup v, MotionEvent event) Called when a onInterceptTouch is invoked on a view group
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onInterceptTouchEvent

         abstract boolean onInterceptTouchEvent(ViewGroup v, MotionEvent event)

        Called when a onInterceptTouch is invoked on a view group

        Parameters:
        v - The view group the onInterceptTouch has been called on
        event - The motion event being dispatched down the hierarchy.