Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallButtonFragment.java121 private MaterialPalette mCurrentThemeColors; field in CallButtonFragment
247 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()
281 mCurrentThemeColors = themeColors; in updateColors()
DCallCardFragment.java181 private MaterialPalette mCurrentThemeColors; field in CallCardFragment
1256 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) { in updateColors()
1272 mCurrentThemeColors = themeColors; in updateColors()