onInterceptTouchEvent

open override fun onInterceptTouchEvent(event: MotionEvent): Boolean

Called whenever a touch event is detected on the surface of a ViewGroup, including on the surface of its children

Return

True if event was intercepted, false otherwise

Parameters

event

the motion event that has occurred