Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DCallButtonFragment.java207 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local
209 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()
225 final RippleDrawable btnCompoundDrawable = compoundBackgroundDrawable(themeColors); in updateColors()
240 final RippleDrawable btnDrawable = backgroundDrawable(themeColors); in updateColors()
244 mCurrentThemeColors = themeColors; in updateColors()
DCallCardFragment.java822 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors(); in updateColors() local
824 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()
828 mPrimaryCallCardContainer.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()
829 mCallButtonsContainer.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()
831 mCurrentThemeColors = themeColors; in updateColors()