public static interface SwipeRefreshLayout.OnChildScrollUpCallback
SwipeRefreshLayout.canChildScrollUp()
method
behavior should implement this interface.Modifier and Type | Method and Description |
---|---|
boolean |
canChildScrollUp(SwipeRefreshLayout parent,
View child)
Callback that will be called when
SwipeRefreshLayout.canChildScrollUp() method
is called to allow the implementer to override its behavior. |
boolean canChildScrollUp(SwipeRefreshLayout parent, @Nullable View child)
SwipeRefreshLayout.canChildScrollUp()
method
is called to allow the implementer to override its behavior.parent
- SwipeRefreshLayout that this callback is overriding.child
- The child view of SwipeRefreshLayout.