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.java101 private int mCurrentBackgroundColor; field in SmartReplyView
128 mCurrentBackgroundColor = context.getColor(R.color.smart_reply_button_background); in SmartReplyView()
129 mDefaultBackgroundColor = mCurrentBackgroundColor; in SmartReplyView()
196 mCurrentBackgroundColor = mDefaultBackgroundColor; in resetSmartSuggestions()
322 SmartReplyView.setButtonColors(b, smartReplyView.mCurrentBackgroundColor, in inflateReplyButton()
823 if (backgroundColor == mCurrentBackgroundColor) { in setBackgroundTintColor()
827 mCurrentBackgroundColor = backgroundColor; in setBackgroundTintColor()