Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNotificationExpandButton.java51 private int mDefaultTextColor; field in NotificationExpandButton
169 mIconView.setColorFilter(mDefaultTextColor); in updateColors()
170 if (mDefaultTextColor != 0) { in updateColors()
171 mNumberView.setTextColor(mDefaultTextColor); in updateColors()
185 mDefaultTextColor = color; in setDefaultTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java77 @ColorInt private final int mDefaultTextColor; field in SmartReplyView
99 mDefaultTextColor = mContext.getColor(R.color.smart_reply_button_text); in SmartReplyView()
634 dark ? mDefaultTextColorDarkBg : mDefaultTextColor, in setBackgroundTintColor()