public static interface CustomRefreshLayout.OnChildScrollUpCallback
SwipeRefreshLayout#canChildScrollUp() method
behavior should implement this interface.| Modifier and Type | Method and Description |
|---|---|
boolean |
canChildScrollUp(CustomRefreshLayout parent,
android.view.View child)
Callback that will be called when
SwipeRefreshLayout#canChildScrollUp() method
is called to allow the implementer to override its behavior. |
boolean canChildScrollUp(CustomRefreshLayout parent, @Nullable android.view.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 Swipe