com.google.android.material.behavior
Interfaces
HideBottomViewOnScrollBehavior.OnScrollStateChangedListener | Interface definition for a listener to be notified when the bottom view scroll state changes. |
HideViewOnScrollBehavior.OnScrollStateChangedListener | Interface definition for a listener to be notified when the bottom view scroll state changes. |
SwipeDismissBehavior.OnDismissListener | Callback interface used to notify the application that the view has been dismissed. |
Classes
HideBottomViewOnScrollBehavior | This class is deprecated. Use |
HideViewOnScrollBehavior | The Behavior for a View within a CoordinatorLayout to hide the view off of the edge of the screen when scrolling down, and show it when scrolling up. |
SwipeDismissBehavior | An interaction behavior plugin for child views of CoordinatorLayout to provide support for the 'swipe-to-dismiss' gesture. |