Searched refs:templateLayout (Results 1 – 8 of 8) sorted by relevance
54 private final TemplateLayout templateLayout; field in RecyclerMixin77 templateLayout = layout; in RecyclerMixin()79 dividerDecoration = new DividerItemDecoration(templateLayout.getContext()); in RecyclerMixin()83 this.recyclerView.setLayoutManager(new LinearLayoutManager(templateLayout.getContext())); in RecyclerMixin()102 final Context context = templateLayout.getContext(); in parseAttributes()111 if (templateLayout instanceof GlifLayout) { in parseAttributes()113 ((GlifLayout) templateLayout).shouldApplyPartnerHeavyThemeResource(); in parseAttributes()231 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()244 templateLayout); in updateDivider()
33 private final TemplateLayout templateLayout; field in ProgressBarMixin39 templateLayout = layout; in ProgressBarMixin()44 final View progressBar = templateLayout.findManagedViewById(R.id.sud_layout_progress); in isShown()79 (ViewStub) templateLayout.findManagedViewById(R.id.sud_layout_progress_stub); in getProgressBar()97 return (ProgressBar) templateLayout.findManagedViewById(R.id.sud_layout_progress); in peekProgressBar()
45 private final TemplateLayout templateLayout; field in IconMixin56 templateLayout = layout; in IconMixin()91 final Context context = templateLayout.getContext(); in applyPartnerCustomizationStyle()92 final ImageView iconImage = templateLayout.findManagedViewById(R.id.sud_layout_icon); in applyPartnerCustomizationStyle()106 && (templateLayout instanceof GlifLayout) in applyPartnerCustomizationStyle()107 && ((GlifLayout) templateLayout).shouldApplyPartnerHeavyThemeResource()) { in applyPartnerCustomizationStyle()190 return (ImageView) templateLayout.findManagedViewById(R.id.sud_layout_icon); in getView()
47 private final TemplateLayout templateLayout; field in HeaderMixin56 templateLayout = layout; in HeaderMixin()80 final Context context = templateLayout.getContext(); in applyPartnerCustomizationStyle()81 TextView header = templateLayout.findManagedViewById(R.id.suc_layout_title); in applyPartnerCustomizationStyle()95 && (templateLayout instanceof GlifLayout) in applyPartnerCustomizationStyle()96 && ((GlifLayout) templateLayout).shouldApplyPartnerHeavyThemeResource()) { in applyPartnerCustomizationStyle()141 return (TextView) templateLayout.findManagedViewById(R.id.suc_layout_title); in getTextView()
43 private final TemplateLayout templateLayout; field in ListMixin56 templateLayout = layout; in ListMixin()92 final View list = templateLayout.findManagedViewById(android.R.id.list); in getListViewInternal()184 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()197 templateLayout); in updateDivider()
29 private final TemplateLayout templateLayout; field in NavigationBarMixin33 templateLayout = layout; in NavigationBarMixin()41 final View view = templateLayout.findManagedViewById(R.id.sud_layout_navigation_bar); in getNavigationBar()
84 public RequireScrollMixin(@NonNull TemplateLayout templateLayout) { in RequireScrollMixin() argument
47 private final TemplateLayout templateLayout; field in SystemNavBarMixin59 this.templateLayout = layout; in SystemNavBarMixin()77 templateLayout in applyPartnerCustomizations()99 Context context = templateLayout.getContext(); in setSystemNavBarBackground()126 Context context = templateLayout.getContext(); in setLightSystemNavBar()208 if (templateLayout instanceof PartnerCustomizationLayout) { in showSystemBars()