Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java41 @ColorInt private int backgroundColorBottom; field in ThemeColorManager
74 backgroundColorBottom = context.getColor(R.color.incall_background_gradient_spam_bottom); in updateThemeColors()
81 backgroundColorBottom = context.getColor(R.color.incall_background_gradient_bottom); in updateThemeColors()
88 backgroundColorBottom = applyAlpha(palette.mPrimaryColor, backgroundColorBottom); in updateThemeColors()
130 return backgroundColorBottom; in getBackgroundColorBottom()