Searched refs:footerStub (Results 1 – 1 of 1) sorted by relevance
68 @Nullable private final ViewStub footerStub; field in FooterBarMixin169 footerStub = layout.findManagedViewById(R.id.suc_layout_footer);229 if (footerStub == null) {678 footerStub.setLayoutInflater(inflater);680 footerStub.setLayoutResource(footer);681 return footerStub.inflate();696 return (buttonContainer != null) ? buttonContainer.getPaddingTop() : footerStub.getPaddingTop();704 : footerStub.getPaddingBottom();