Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java65 private int mForegroundColor; field in SubtitleView
155 mForegroundColor = color; in setForegroundColor()
279 mForegroundColor = style.hasForegroundColor() ? in setStyle()
346 textPaint.setColor(mForegroundColor); in onDraw()
357 textPaint.setColor(mForegroundColor); in onDraw()
/frameworks/base/core/java/android/text/
DHtml.java1115 setSpanFromMark(text, f, new ForegroundColorSpan(f.mForegroundColor)); in endCssStyle()
1165 new ForegroundColorSpan(foreground.mForegroundColor)); in endFont()
1294 private int mForegroundColor; field in HtmlToSpannedConverter.Foreground
1297 mForegroundColor = foregroundColor; in Foreground()
/frameworks/base/core/java/android/app/
DNotification.java3411 private int mForegroundColor = COLOR_INVALID; field in Notification.Builder
4729 return mForegroundColor != COLOR_INVALID; in hasForegroundColor()
4797 double textLum = ContrastColorUtil.calculateLuminance(mForegroundColor); in ensureColors()
4798 double contrast = ContrastColorUtil.calculateContrast(mForegroundColor, in ensureColors()
4809 mForegroundColor, in ensureColors()
4818 mForegroundColor, in ensureColors()
4826 mPrimaryTextColor = mForegroundColor; in ensureColors()
6082 mForegroundColor = foregroundColor;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7660 Landroid/app/Notification$Builder;->mForegroundColor:I
101090 Lcom/android/internal/widget/SubtitleView;->mForegroundColor:I