Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java451 return new FooterViewState(); in createExpandableViewState()
454 public class FooterViewState extends ExpandableViewState { class in FooterView
470 if (viewState instanceof FooterViewState) { in copyFrom()
471 hideContent = ((FooterViewState) viewState).hideContent; in copyFrom()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt23 import com.android.systemui.statusbar.notification.footer.ui.view.FooterView.FooterViewState in <lambda>()
493 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue() in <lambda>()
507 assertThat((footerView.viewState as FooterViewState).hideContent).isFalse() in <lambda>()
520 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue() in <lambda>()
533 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java662 ((FooterView.FooterViewState) viewState).hideContent =
676 ((FooterView.FooterViewState) viewState).hideContent =
DNotificationStackScrollLayout.java1939 ((FooterView.FooterViewState) mFooterView.getViewState()).resetY |= mImeInset > 0;