Searched refs:mForegroundColor (Results 1 – 3 of 3) sorted by relevance
65 private int mForegroundColor; field in SubtitleView155 mForegroundColor = color; in setForegroundColor()279 mForegroundColor = style.hasForegroundColor() ? in setStyle()346 textPaint.setColor(mForegroundColor); in onDraw()357 textPaint.setColor(mForegroundColor); in onDraw()
1115 setSpanFromMark(text, f, new ForegroundColorSpan(f.mForegroundColor)); in endCssStyle()1165 new ForegroundColorSpan(foreground.mForegroundColor)); in endFont()1294 private int mForegroundColor; field in HtmlToSpannedConverter.Foreground1297 mForegroundColor = foregroundColor; in Foreground()
3408 private int mForegroundColor = COLOR_INVALID; field in Notification.Builder4721 return mForegroundColor != COLOR_INVALID; in hasForegroundColor()4789 double textLum = ContrastColorUtil.calculateLuminance(mForegroundColor); in ensureColors()4790 double contrast = ContrastColorUtil.calculateContrast(mForegroundColor, in ensureColors()4801 mForegroundColor, in ensureColors()4810 mForegroundColor, in ensureColors()4818 mPrimaryTextColor = mForegroundColor; in ensureColors()6082 mForegroundColor = foregroundColor;