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()
3487 private int mForegroundColor = COLOR_INVALID; field in Notification.Builder4859 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;