Searched refs:mForegroundColor (Results 1 – 4 of 4) 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()
3411 private int mForegroundColor = COLOR_INVALID; field in Notification.Builder4729 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;
7660 Landroid/app/Notification$Builder;->mForegroundColor:I101090 Lcom/android/internal/widget/SubtitleView;->mForegroundColor:I