Searched refs:mForegroundOpacity (Results 1 – 2 of 2) sorted by relevance
85 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment238 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()239 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()240 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()276 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()304 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()384 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()385 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()
89 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment288 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()289 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()290 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()326 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()353 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()431 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()432 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()