Searched refs:useFullDynamicColor (Results 1 – 7 of 7) sorted by relevance
64 @VisibleForTesting public final boolean useFullDynamicColor; field in RecyclerItemAdapter78 boolean useFullDynamicColor) { in RecyclerItemAdapter() argument80 this.useFullDynamicColor = useFullDynamicColor; in RecyclerItemAdapter()132 if (applyPartnerHeavyThemeResource && !useFullDynamicColor) { in onCreateViewHolder()
50 @VisibleForTesting final boolean useFullDynamicColor; field in SystemNavBarMixin66 this.useFullDynamicColor = in SystemNavBarMixin()68 && ((PartnerCustomizationLayout) layout).useFullDynamicColor(); in SystemNavBarMixin()119 if (!useFullDynamicColor) { in setSystemNavBarBackground()
72 @VisibleForTesting final boolean useFullDynamicColor; field in FooterBarMixin178 useFullDynamicColor =180 && ((PartnerCustomizationLayout) layout).useFullDynamicColor();277 if (!useFullDynamicColor) {
117 if (!partnerCustomizationLayout.useFullDynamicColor()) { in setStatusBarBackground()
130 boolean useFullDynamicColor = false; in parseAttributes()134 useFullDynamicColor = ((GlifLayout) templateLayout).useFullDynamicColor(); in parseAttributes()138 new RecyclerItemAdapter(inflated, applyPartnerHeavyThemeResource, useFullDynamicColor); in parseAttributes()
297 public boolean useFullDynamicColor() { in useFullDynamicColor() method in PartnerCustomizationLayout
463 if (useFullDynamicColor()) { in updateContentBackgroundColorWithPartnerConfig()