Searched refs:mForegroundColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java65 private int mForegroundColor; field in class:SubtitleView
155 mForegroundColor = color;
276 mForegroundColor = style.hasForegroundColor() ?
343 textPaint.setColor(mForegroundColor);
354 textPaint.setColor(mForegroundColor);
/frameworks/base/core/java/android/text/
H A DHtml.java1113 setSpanFromMark(text, f, new ForegroundColorSpan(f.mForegroundColor));
1163 new ForegroundColorSpan(foreground.mForegroundColor));
1292 private int mForegroundColor; field in class:HtmlToSpannedConverter.Foreground
1295 mForegroundColor = foregroundColor;
/frameworks/base/core/java/android/app/
H A DNotification.java2775 private int mForegroundColor = COLOR_INVALID; field in class:Notification.Builder
3936 return mForegroundColor != COLOR_INVALID;
3995 double textLum = NotificationColorUtil.calculateLuminance(mForegroundColor);
3996 double contrast = NotificationColorUtil.calculateContrast(mForegroundColor,
4007 mForegroundColor,
4016 mForegroundColor,
4024 mPrimaryTextColor = mForegroundColor;
5125 mForegroundColor = foregroundColor;

Completed in 170 milliseconds