Home
last modified time | relevance | path

Searched refs:mForegroundColor (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionAppearanceFragment.java81 private ColorPreference mForegroundColor; field in CaptionAppearanceFragment
230 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()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java64 private int mForegroundColor; field in SubtitleView
173 mForegroundColor = style.foregroundColor; in setStyle()
310 textPaint.setColor(mForegroundColor); in onDraw()
317 textPaint.setColor(mForegroundColor); in onDraw()
/aosp12/frameworks/base/core/java/android/text/
H A DHtml.java1118 setSpanFromMark(text, f, new ForegroundColorSpan(f.mForegroundColor)); in endCssStyle()
1168 new ForegroundColorSpan(foreground.mForegroundColor)); in endFont()
1315 private int mForegroundColor; field in HtmlToSpannedConverter.Foreground
1318 mForegroundColor = foregroundColor; in Foreground()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7657 Landroid/app/Notification$Builder;->mForegroundColor:I
89980 Lcom/android/internal/widget/SubtitleView;->mForegroundColor:I