Searched refs:footerView (Results 1 – 2 of 2) sorted by relevance
137 FooterView footerView = (FooterView) view; in applyToView() local138 footerView.setContentVisible(!hideContent); in applyToView()
4362 void setFooterView(@NonNull FooterView footerView) { in setFooterView() argument4368 mFooterView = footerView; in setFooterView()5081 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView() local5083 footerView.setDismissButtonClickListener(v -> { in inflateFooterView()5089 footerView.setManageButtonClickListener(v -> { in inflateFooterView()5092 setFooterView(footerView); in inflateFooterView()