canChildScrollUp
abstract fun canChildScrollUp(@NonNull parent: SwipeRefreshLayout, @Nullable child: View): Boolean(source)
Callback that will be called when canChildScrollUp method is called to allow the implementer to override its behavior.
Return
Whether it is possible for the child view of parent layout to scroll up.
Parameters
parent
SwipeRefreshLayout that this callback is overriding.
child
The child view of SwipeRefreshLayout.