Searched refs:templateLayout (Results 1 – 8 of 8) sorted by relevance
32 private final TemplateLayout templateLayout; field in ProgressBarMixin38 templateLayout = layout; in ProgressBarMixin()43 final View progressBar = templateLayout.findManagedViewById(R.id.suw_layout_progress); in isShown()78 (ViewStub) templateLayout.findManagedViewById(R.id.suw_layout_progress_stub); in getProgressBar()96 return (ProgressBar) templateLayout.findManagedViewById(R.id.suw_layout_progress); in peekProgressBar()
28 private final TemplateLayout templateLayout; field in NavigationBarMixin32 templateLayout = layout; in NavigationBarMixin()40 final View view = templateLayout.findManagedViewById(R.id.suw_layout_navigation_bar); in getNavigationBar()
42 private final TemplateLayout templateLayout; field in ListMixin55 templateLayout = layout; in ListMixin()91 final View list = templateLayout.findManagedViewById(android.R.id.list); in getListViewInternal()183 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()196 templateLayout); in updateDivider()
31 private final TemplateLayout templateLayout; field in HeaderMixin40 templateLayout = layout; in HeaderMixin()58 return (TextView) templateLayout.findManagedViewById(R.id.suw_layout_title); in getTextView()
32 private final TemplateLayout templateLayout; field in IconMixin40 templateLayout = layout; in IconMixin()104 return (ImageView) templateLayout.findManagedViewById(R.id.suw_layout_icon); in getView()
81 public RequireScrollMixin(@NonNull TemplateLayout templateLayout) { in RequireScrollMixin() argument
52 private final TemplateLayout templateLayout; field in RecyclerMixin75 templateLayout = layout; in RecyclerMixin()77 dividerDecoration = new DividerItemDecoration(templateLayout.getContext()); in RecyclerMixin()81 this.recyclerView.setLayoutManager(new LinearLayoutManager(templateLayout.getContext())); in RecyclerMixin()100 final Context context = templateLayout.getContext(); in parseAttributes()221 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()234 templateLayout); in updateDivider()
58 TemplateLayout templateLayout = new GlifLayout(application); in setUp() local59 requireScrollMixin = new RequireScrollMixin(templateLayout); in setUp()