dispatchNestedFling

open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean

NestedScrollView does not automatically consume the fling event. However, RecyclerView consumes this event if it's either vertically or horizontally scrolling. fling Since this view is specifically made for vertically scrolling components, we always consume the nested fling event just like recycler view.