onStopNestedScroll

open fun onStopNestedScroll(@NonNull target: View, type: Int)(source)

React to a nested scroll operation ending.

Perform cleanup after a nested scrolling operation. This method will be called when a nested scroll stops, for example when a nested touch scroll ends with a ACTION_UP or ACTION_CANCEL event. Implementations of this method should always call their superclass's implementation of this method if one is present.

Parameters

target

View that initiated the nested scroll

type

the type of input which cause this scroll event


open fun onStopNestedScroll(@NonNull target: View)(source)