Searched refs:mBackgroundOpacity (Results 1 – 1 of 1) sorted by relevance
92 private ColorPreference mBackgroundOpacity; field in CaptionPropertiesFragment304 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()305 mBackgroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()306 mBackgroundOpacity.setValues(opacityValues); in initializeAllPreferences()326 mBackgroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()432 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()433 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()