Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/template/
DRecyclerMixin.java54 private final TemplateLayout templateLayout; field in RecyclerMixin
77 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()
DProgressBarMixin.java33 private final TemplateLayout templateLayout; field in ProgressBarMixin
39 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()
DIconMixin.java45 private final TemplateLayout templateLayout; field in IconMixin
56 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()
DHeaderMixin.java47 private final TemplateLayout templateLayout; field in HeaderMixin
56 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()
DListMixin.java43 private final TemplateLayout templateLayout; field in ListMixin
56 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()
DNavigationBarMixin.java29 private final TemplateLayout templateLayout; field in NavigationBarMixin
33 templateLayout = layout; in NavigationBarMixin()
41 final View view = templateLayout.findManagedViewById(R.id.sud_layout_navigation_bar); in getNavigationBar()
DRequireScrollMixin.java84 public RequireScrollMixin(@NonNull TemplateLayout templateLayout) { in RequireScrollMixin() argument
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java47 private final TemplateLayout templateLayout; field in SystemNavBarMixin
59 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()