Searched refs:footerView (Results 1 – 3 of 3) sorted by relevance
52 private val footerView = FooterView(context, /*attrs=*/null) regex334 hostView.addView(footerView)338 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()347 hostView.addView(footerView)351 assertThat(footerView.viewState.hidden).isFalse()352 assertThat((footerView.viewState as FooterViewState).hideContent).isFalse()361 hostView.addView(footerView)365 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()374 hostView.addView(footerView)378 assertThat((footerView.viewState as FooterViewState).hideContent).isTrue()
222 FooterView footerView = (FooterView) view; in applyToView() local223 footerView.setContentVisible(!hideContent); in applyToView()
4525 void setFooterView(@NonNull FooterView footerView) { in setFooterView() argument4531 mFooterView = footerView; in setFooterView()5366 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView() local5368 footerView.setClearAllButtonClickListener(v -> { in inflateFooterView()5373 footerView.setSecondaryVisible(false /* visible */, true /* animate */); in inflateFooterView()5375 setFooterView(footerView); in inflateFooterView()