public class StackScrollState extends Object
NotificationStackScrollLayout
which
can be applied to a viewGroup.Constructor and Description |
---|
StackScrollState(ViewGroup hostView) |
Modifier and Type | Method and Description |
---|---|
void |
apply()
|
boolean |
applyState(com.android.systemui.statusbar.ExpandableView view,
StackViewState state)
Applies a
StackViewState to an ExpandableView . |
void |
applyViewState(View view,
ViewState state)
Applies a
ViewState to a normal view. |
ViewGroup |
getHostView() |
StackViewState |
getViewStateForView(View requestedView) |
void |
removeViewStateForView(View child) |
void |
resetViewStates() |
public StackScrollState(ViewGroup hostView)
public ViewGroup getHostView()
public void resetViewStates()
public StackViewState getViewStateForView(View requestedView)
public void removeViewStateForView(View child)
public void apply()
public boolean applyState(com.android.systemui.statusbar.ExpandableView view, StackViewState state)
StackViewState
to an ExpandableView
.