Searched refs:shouldApplyPartnerResource (Results 1 – 11 of 11) sorted by relevance
70 return ((PartnerCustomizationLayout) layout).shouldApplyPartnerResource(); in isPartnerLightThemeLayout()79 public static boolean shouldApplyPartnerResource(View view) { in shouldApplyPartnerResource() method in PartnerStyleHelper86 return shouldApplyPartnerResource(view.getContext()); in shouldApplyPartnerResource()89 private static boolean shouldApplyPartnerResource(Context context) { in shouldApplyPartnerResource() method in PartnerStyleHelper104 return ((PartnerCustomizationLayout) layout).shouldApplyPartnerResource(); in shouldApplyPartnerResource()156 return shouldApplyPartnerResource(context) && usePartnerHeavyTheme; in shouldApplyPartnerHeavyThemeResource()
114 if (partnerCustomizationLayout.shouldApplyPartnerResource()) { in setStatusBarBackground()150 if (partnerCustomizationLayout.shouldApplyPartnerResource()) { in setLightStatusBar()
64 && ((PartnerCustomizationLayout) layout).shouldApplyPartnerResource(); in SystemNavBarMixin()
172 && ((PartnerCustomizationLayout) layout).shouldApplyPartnerResource();
120 applyPartnerHeavyThemeResource = shouldApplyPartnerResource() && usePartnerHeavyTheme; in init()190 } else if (shouldApplyPartnerResource()) { in tryApplyPartnerCustomizationStyleToShortDescription()455 || (shouldApplyPartnerResource() in shouldApplyPartnerHeavyThemeResource()
81 ((PartnerCustomizationLayout) layout).shouldApplyPartnerResource(); in setPartnerDescriptionStyle()
93 && ((PartnerCustomizationLayout) templateLayout).shouldApplyPartnerResource()) { in tryApplyPartnerCustomizationStyle()
105 if (PartnerStyleHelper.shouldApplyPartnerResource(templateLayout)) { in isDividerShown()
101 if (PartnerStyleHelper.shouldApplyPartnerResource(templateLayout)) { in isShowItemsDivider()
259 public boolean shouldApplyPartnerResource() { in shouldApplyPartnerResource() method in PartnerCustomizationLayout
148 boolean applyPartnerHeavyThemeResource = shouldApplyPartnerResource() && usePartnerHeavyTheme; in init()