Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java74 @ColorInt private int mCurrentBackgroundColor; field in SmartReplyView
624 if (backgroundColor == mCurrentBackgroundColor && colorized == mCurrentColorized) { in setBackgroundTintColor()
628 mCurrentBackgroundColor = backgroundColor; in setBackgroundTintColor()
658 gradientDrawable.setColor(mCurrentBackgroundColor); in setButtonColors()