Searched refs:useFullDynamicColor (Results 1 – 7 of 7) sorted by relevance
50 @VisibleForTesting final boolean useFullDynamicColor; field in SystemNavBarMixin66 this.useFullDynamicColor = in SystemNavBarMixin()68 && ((PartnerCustomizationLayout) layout).useFullDynamicColor(); in SystemNavBarMixin()119 if (!useFullDynamicColor) { in setSystemNavBarBackground()
117 if (!partnerCustomizationLayout.useFullDynamicColor()) { in setStatusBarBackground()
86 @VisibleForTesting final boolean useFullDynamicColor; field in FooterBarMixin246 useFullDynamicColor =248 && ((PartnerCustomizationLayout) layout).useFullDynamicColor();408 if (!useFullDynamicColor) {
141 boolean useFullDynamicColor = false; in parseAttributes()145 useFullDynamicColor = ((GlifLayout) templateLayout).useFullDynamicColor(); in parseAttributes()149 new RecyclerItemAdapter(inflated, applyPartnerHeavyThemeResource, useFullDynamicColor); in parseAttributes()
71 @VisibleForTesting public final boolean useFullDynamicColor; field in RecyclerItemAdapter86 boolean useFullDynamicColor) { in RecyclerItemAdapter() argument88 this.useFullDynamicColor = useFullDynamicColor; in RecyclerItemAdapter()143 if (applyPartnerHeavyThemeResource && !useFullDynamicColor) { in onCreateViewHolder()
470 public boolean useFullDynamicColor() { in useFullDynamicColor() method in PartnerCustomizationLayout
609 if (useFullDynamicColor()) { in updateContentBackgroundColorWithPartnerConfig()