Interface | Description |
---|---|
NotificationStackScrollLayout.OnChildLocationsChangedListener |
A listener that is notified when some child locations might have changed.
|
NotificationStackScrollLayout.OnEmptySpaceClickListener |
A listener that is notified when the empty space below the notifications is clicked on
|
NotificationStackScrollLayout.OnOverscrollTopChangedListener |
A listener that gets notified when the overscroll at the top has changed.
|
ScrollContainer |
Interface for container layouts that scroll and listen for long presses.
|
Class | Description |
---|---|
AmbientState |
A global state to track all input states for the algorithm.
|
AnimationFilter |
Filters the animations for only a certain type of properties.
|
HeadsUpAppearInterpolator |
An interpolator specifically designed for the appear animation of heads up notifications.
|
NotificationChildrenContainer |
A container containing child notifications
|
NotificationStackScrollLayout |
A layout which handles a dynamic amount of notifications and presents them in a scrollable stack.
|
PiecewiseLinearIndentationFunctor |
A Functor which interpolates the stack distance linearly based on base values.
|
StackIndentationFunctor |
A functor which can be queried for offset given the number of items before it.
|
StackScrollAlgorithm |
The Algorithm of the
.NotificationStackScrollLayout which can be queried for .stack.StackScrollState |
StackScrollState |
A state of a
NotificationStackScrollLayout which
can be applied to a viewGroup. |
StackStateAnimator |
An stack state animator which handles animations to new StackScrollStates
|
StackViewState |
A state of an expandable view
|
ViewState |
A state of a view.
|