Searched defs:mForegroundColor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/usbtuner/src/com/google/android/exoplayer/text/
H A DSubtitleView.java69 private int mForegroundColor; field in class:SubtitleView
171 mForegroundColor = style.foregroundColor;
295 textPaint.setColor(mForegroundColor);
302 textPaint.setColor(mForegroundColor);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java87 private ColorPreference mForegroundColor; field in class:CaptionPropertiesFragment
278 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR);
279 mForegroundColor.setTitles(colorTitles);
280 mForegroundColor.setValues(colorValues);
322 mForegroundColor.setOnValueChangedListener(this);
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor);
428 if (mForegroundColor == preference || mForegroundOpacity == preference) {
429 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity);

Completed in 219 milliseconds