onRequestDisallowInterceptTouchEvent

abstract fun onRequestDisallowInterceptTouchEvent(disallowIntercept: Boolean)(source)

Called when a child of RecyclerView does not want RecyclerView and its ancestors to intercept touch events with onInterceptTouchEvent.

Parameters

disallowIntercept

True if the child does not want the parent to intercept touch events.

See also