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.java53 private int mDefaultTextColor; field in NotificationExpandButton
174 mIconView.setColorFilter(mDefaultTextColor); in updateColors()
175 if (mDefaultTextColor != 0) { in updateColors()
176 mNumberView.setTextColor(mDefaultTextColor); in updateColors()
190 mDefaultTextColor = color; in setDefaultTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java82 @ColorInt private final int mDefaultTextColor; field in SmartReplyView
111 mDefaultTextColor = mContext.getColor(R.color.smart_reply_button_text); in SmartReplyView()
732 dark ? mDefaultTextColorDarkBg : mDefaultTextColor, in setBackgroundTintColor()