Searched refs:FooterViewState (Results 1 – 3 of 3) sorted by relevance
200 return new FooterViewState(); in createExpandableViewState()203 public class FooterViewState extends ExpandableViewState { class in FooterView213 if (viewState instanceof FooterViewState) { in copyFrom()214 hideContent = ((FooterViewState) viewState).hideContent; in copyFrom()
18 import com.android.systemui.statusbar.notification.row.FooterView.FooterViewState338 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()
579 ((FooterView.FooterViewState) viewState).hideContent =