Home
last modified time | relevance | path

Searched refs:footerStub (Results 1 – 1 of 1) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterBarMixin.java68 @Nullable private final ViewStub footerStub; field in FooterBarMixin
169 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();