| Interface | Description |
|---|---|
| AnimationOffsetBehavior.ScrollingListener |
| Class | Description |
|---|---|
| AnimationOffsetBehavior<V extends android.view.View,CTR extends BehaviorController> |
A behavior that with offset animation feature.
|
| BehaviorConfiguration |
Behavior's configuration.
|
| BehaviorConfiguration.Builder | |
| BehaviorController<B extends AnimationOffsetBehavior> |
Other than change view's offset, behavior controller's primary responsibility is to control how
behavior react to offset changes.
|
| RefreshContentBehavior<V extends android.view.View> |
This class is what we use to attach to an nested scrolling view, add new scrolling features to it.
|
| RefreshFooterBehavior<V extends android.view.View> |
This class is what we use to attach to a so called footer view, and add some nested scrolling
features to it.
|
| RefreshHeaderBehavior<V extends android.view.View> |
This class is used to attach to a header view and add nested scrolling features to it.
|
| ScrollingContentBehavior<V extends android.view.View> |
A behavior for nested scrollable child of
CoordinatorLayout. |
| ScrollingContentBehavior.SavedState | |
| VerticalIndicatorBehavior<V extends android.view.View,CTR extends VerticalIndicatorBehaviorController> |
Super class of header and footer behavior.
|
| ViewOffsetBehavior<V extends android.view.View> |
Behavior will automatically sets up a
ViewOffsetHelper on a View. |