Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java39 @ColorInt private int backgroundColorTop; field in ThemeColorManager
74 backgroundColorTop = context.getColor(R.color.incall_background_gradient_spam_top); in updateThemeColors()
80 backgroundColorTop = context.getColor(R.color.incall_background_gradient_top); in updateThemeColors()
87 backgroundColorTop = applyAlpha(palette.mPrimaryColor, backgroundColorTop); in updateThemeColors()
121 return backgroundColorTop; in getBackgroundColorTop()