Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java87 private ColorPreference mForegroundColor; field in CaptionPropertiesFragment
278 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()
279 mForegroundColor.setTitles(colorTitles); in initializeAllPreferences()
280 mForegroundColor.setValues(colorValues); in initializeAllPreferences()
322 mForegroundColor.setOnValueChangedListener(this); in installUpdateListeners()
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
428 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()
429 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()
/packages/apps/TV/src/com/android/exoplayer/text/
DSubtitleView.java69 private int mForegroundColor; field in SubtitleView
174 mForegroundColor = style.foregroundColor; in setStyle()
310 textPaint.setColor(mForegroundColor); in onDraw()
317 textPaint.setColor(mForegroundColor); in onDraw()