Searched refs:themeColors (Results 1 – 2 of 2) sorted by relevance
1254 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local1256 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()1263 drawable.setColor(themeColors.mPrimaryColor); in updateColors()1265 mPrimaryCallCardContainer.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()1267 mCallButtonsContainer.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()1268 mCallSubject.setTextColor(themeColors.mPrimaryColor); in updateColors()1269 mContactContext.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()1272 mCurrentThemeColors = themeColors; in updateColors()
245 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local247 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()262 final RippleDrawable btnCompoundDrawable = compoundBackgroundDrawable(themeColors); in updateColors()277 final RippleDrawable btnDrawable = backgroundDrawable(themeColors); in updateColors()281 mCurrentThemeColors = themeColors; in updateColors()