Home
last modified time | relevance | path

Searched refs:FooterViewState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java115 return new FooterViewState(); in createExpandableViewState()
118 public class FooterViewState extends ExpandableViewState { class in FooterView
128 if (viewState instanceof FooterViewState) { in copyFrom()
129 hideContent = ((FooterViewState) viewState).hideContent; in copyFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java432 ((FooterView.FooterViewState) viewState).hideContent = in updateChild()