Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java76 @ColorInt private final int mDefaultStrokeColor; field in SmartReplyView
101 mDefaultStrokeColor = mContext.getColor(R.color.smart_reply_button_stroke); in SmartReplyView()
105 mMinStrokeContrast = ContrastColorUtil.calculateContrast(mDefaultStrokeColor, in SmartReplyView()
637 mDefaultStrokeColor, backgroundColor | 0xff000000, dark, mMinStrokeContrast); in setBackgroundTintColor()