Searched refs:mForegroundColor (Results 1 – 5 of 5) sorted by relevance
81 private ColorPreference mForegroundColor; field in CaptionAppearanceFragment230 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()231 mForegroundColor.setTitles(colorTitles); in initializeAllPreferences()232 mForegroundColor.setValues(colorValues); in initializeAllPreferences()274 mForegroundColor.setOnValueChangedListener(this); in installUpdateListeners()302 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()378 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()379 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()
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()
64 private int mForegroundColor; field in SubtitleView173 mForegroundColor = style.foregroundColor; in setStyle()310 textPaint.setColor(mForegroundColor); in onDraw()317 textPaint.setColor(mForegroundColor); in onDraw()
1118 setSpanFromMark(text, f, new ForegroundColorSpan(f.mForegroundColor)); in endCssStyle()1168 new ForegroundColorSpan(foreground.mForegroundColor)); in endFont()1315 private int mForegroundColor; field in HtmlToSpannedConverter.Foreground1318 mForegroundColor = foregroundColor; in Foreground()
7657 Landroid/app/Notification$Builder;->mForegroundColor:I89980 Lcom/android/internal/widget/SubtitleView;->mForegroundColor:I