Searched refs:mWindowOpacity (Results 1 – 2 of 2) sorted by relevance
91 private ColorPreference mWindowOpacity; field in CaptionPropertiesFragment265 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()266 mWindowOpacity.setTitles(opacityTitles); in initializeAllPreferences()267 mWindowOpacity.setValues(opacityValues); in initializeAllPreferences()281 mWindowOpacity.setOnValueChangedListener(this); in installUpdateListeners()312 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()392 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()393 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()
95 private ColorPreference mWindowOpacity; field in CaptionPropertiesFragment315 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()316 mWindowOpacity.setTitles(opacityTitles); in initializeAllPreferences()317 mWindowOpacity.setValues(opacityValues); in initializeAllPreferences()331 mWindowOpacity.setOnValueChangedListener(this); in installUpdateListeners()361 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()439 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()440 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()