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.java79 @ColorInt private int mCurrentBackgroundColor; field in SmartReplyView
722 if (backgroundColor == mCurrentBackgroundColor && colorized == mCurrentColorized) { in setBackgroundTintColor()
726 mCurrentBackgroundColor = backgroundColor; in setBackgroundTintColor()
756 gradientDrawable.setColor(mCurrentBackgroundColor); in setButtonColors()