Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java85 @ColorInt private int mCurrentTextColor; field in SmartReplyView
633 mCurrentTextColor = ContrastColorUtil.ensureTextContrast( in setBackgroundTintColor()
636 mCurrentStrokeColor = colorized ? mCurrentTextColor : ContrastColorUtil.ensureContrast( in setBackgroundTintColor()
664 button.setTextColor(mCurrentTextColor); in setButtonColors()