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.java85 private int mCurrentBackgroundColor; field in SmartReplyView
109 mCurrentBackgroundColor = context.getColor(R.color.smart_reply_button_background); in SmartReplyView()
110 mDefaultBackgroundColor = mCurrentBackgroundColor; in SmartReplyView()
181 mCurrentBackgroundColor = mDefaultBackgroundColor; in setRepliesFromRemoteInput()
238 setColors(b, mCurrentBackgroundColor, mDefaultStrokeColor, mDefaultTextColor, mRippleColor); in inflateReplyButton()
571 if (backgroundColor == mCurrentBackgroundColor) { in setBackgroundTintColor()
575 mCurrentBackgroundColor = backgroundColor; in setBackgroundTintColor()