Searched refs:shouldApplyExtendedPartnerConfig (Results 1 – 6 of 6) sorted by relevance
165 public static boolean shouldApplyExtendedPartnerConfig(@NonNull Context context) { in shouldApplyExtendedPartnerConfig() method in ThemeHelper166 return PartnerConfigHelper.shouldApplyExtendedPartnerConfig(context); in shouldApplyExtendedPartnerConfig()178 return shouldApplyExtendedPartnerConfig(context) && isSetupWizardDynamicColorEnabled(context); in shouldApplyDynamicColor()240 if (!shouldApplyExtendedPartnerConfig(context)) { in trySetDynamicColor()
154 usePartnerHeavyTheme || PartnerConfigHelper.shouldApplyExtendedPartnerConfig(context); in shouldApplyPartnerHeavyThemeResource()
96 || !PartnerConfigHelper.shouldApplyExtendedPartnerConfig(context)) { in updateAutoTextSizeWithPartnerConfig()
456 && PartnerConfigHelper.shouldApplyExtendedPartnerConfig(getContext())); in shouldApplyPartnerHeavyThemeResource()
581 return BuildCompatUtils.isAtLeastS() && ThemeHelper.shouldApplyExtendedPartnerConfig(context) in getConfigTransitionType()
584 public static boolean shouldApplyExtendedPartnerConfig(@NonNull Context context) { in shouldApplyExtendedPartnerConfig() method in PartnerConfigHelper