set On Intercept Touch Event Listener
A ViewGroup instance that implement this interface is responsible for storing the listener passed as an argument and then calling OnInterceptTouchEventListener#onInterceptTouchEvent from ViewGroup#onInterceptTouchEvent and returning the result. If some custom handling of this method apply for the view, it should be called after the listener returns and only in a case when it returns false.
Parameters
listener
A callback that ViewGroup should delegate calls for ViewGroup#onInterceptTouchEvent to