onRequestDisallowInterceptTouchEvent
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.