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.java90 @ColorInt private int mCurrentTextColor; field in SmartReplyView
731 mCurrentTextColor = ContrastColorUtil.ensureTextContrast( in setBackgroundTintColor()
734 mCurrentStrokeColor = colorized ? mCurrentTextColor : ContrastColorUtil.ensureContrast( in setBackgroundTintColor()
762 button.setTextColor(mCurrentTextColor); in setButtonColors()