Searched refs:footerStub (Results 1 – 2 of 2) sorted by relevance
44 @Nullable private final ViewStub footerStub; field in ButtonFooterMixin55 footerStub = (ViewStub) layout.findManagedViewById(R.id.suw_layout_footer); in ButtonFooterMixin()153 if (footerStub == null) { in ensureFooterInflated()156 footerStub.setLayoutResource(R.layout.suw_glif_footer_button_bar); in ensureFooterInflated()157 buttonContainer = (LinearLayout) footerStub.inflate(); in ensureFooterInflated()
178 ViewStub footerStub = findManagedViewById(R.id.suw_layout_footer); in inflateFooter() local179 footerStub.setLayoutResource(footer); in inflateFooter()180 return footerStub.inflate(); in inflateFooter()