Searched refs:FooterViewState (Results 1 – 4 of 4) sorted by relevance
451 return new FooterViewState(); in createExpandableViewState()454 public class FooterViewState extends ExpandableViewState { class in FooterView470 if (viewState instanceof FooterViewState) { in copyFrom()471 hideContent = ((FooterViewState) viewState).hideContent; in copyFrom()
23 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>()
662 ((FooterView.FooterViewState) viewState).hideContent =676 ((FooterView.FooterViewState) viewState).hideContent =
1939 ((FooterView.FooterViewState) mFooterView.getViewState()).resetY |= mImeInset > 0;