Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java200 return new FooterViewState(); in createExpandableViewState()
203 public class FooterViewState extends ExpandableViewState { class in FooterView
213 if (viewState instanceof FooterViewState) { in copyFrom()
214 hideContent = ((FooterViewState) viewState).hideContent; in copyFrom()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt18 import com.android.systemui.statusbar.notification.row.FooterView.FooterViewState
338 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()
352 assertThat((footerView.viewState as FooterViewState).hideContent).isFalse()
365 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()
378 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java579 ((FooterView.FooterViewState) viewState).hideContent =