Searched refs:mForegroundColor (Results 1 – 2 of 2) sorted by relevance
87 private ColorPreference mForegroundColor; field in CaptionPropertiesFragment278 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()
69 private int mForegroundColor; field in SubtitleView174 mForegroundColor = style.foregroundColor; in setStyle()310 textPaint.setColor(mForegroundColor); in onDraw()317 textPaint.setColor(mForegroundColor); in onDraw()