Home
last modified time | relevance | path

Searched refs:themeColors (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java1254 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local
1256 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()
DCallButtonFragment.java245 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local
247 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()