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
76 backgroundColorBottom = context.getColor(R.color.incall_background_gradient_spam_bottom); in updateThemeColors()
82 backgroundColorBottom = context.getColor(R.color.incall_background_gradient_bottom); in updateThemeColors()
89 backgroundColorBottom = applyAlpha(palette.mPrimaryColor, backgroundColorBottom); in updateThemeColors()
131 return backgroundColorBottom; in getBackgroundColorBottom()