Home
last modified time | relevance | path

Searched refs:mForegroundColor (Results 1 – 3 of 3) 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.java3487 private int mForegroundColor = COLOR_INVALID; field in Notification.Builder
4859 return mForegroundColor != COLOR_INVALID; in hasForegroundColor()
4927 double textLum = ContrastColorUtil.calculateLuminance(mForegroundColor); in ensureColors()
4928 double contrast = ContrastColorUtil.calculateContrast(mForegroundColor, in ensureColors()
4939 mForegroundColor, in ensureColors()
4948 mForegroundColor, in ensureColors()
4956 mPrimaryTextColor = mForegroundColor; in ensureColors()
6223 mForegroundColor = foregroundColor;