Searched refs:mBackgroundOpacity (Results 1 – 2 of 2) sorted by relevance
89 private ColorPreference mBackgroundOpacity; field in CaptionPropertiesFragment257 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()258 mBackgroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()259 mBackgroundOpacity.setValues(opacityValues); in initializeAllPreferences()279 mBackgroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()308 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()388 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()389 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()
93 private ColorPreference mBackgroundOpacity; field in CaptionPropertiesFragment307 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()308 mBackgroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()309 mBackgroundOpacity.setValues(opacityValues); in initializeAllPreferences()329 mBackgroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()357 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()435 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()436 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()