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.java102 private int mCurrentBackgroundColor; field in SmartReplyView
129 mCurrentBackgroundColor = context.getColor(R.color.smart_reply_button_background); in SmartReplyView()
130 mDefaultBackgroundColor = mCurrentBackgroundColor; in SmartReplyView()
197 mCurrentBackgroundColor = mDefaultBackgroundColor; in resetSmartSuggestions()
325 SmartReplyView.setButtonColors(b, smartReplyView.mCurrentBackgroundColor, in inflateReplyButton()
828 if (backgroundColor == mCurrentBackgroundColor) { in setBackgroundTintColor()
832 mCurrentBackgroundColor = backgroundColor; in setBackgroundTintColor()