Searched refs:mWindowColor (Results 1 – 2 of 2) sorted by relevance
90 private ColorPreference mWindowColor; field in CaptionPropertiesFragment261 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()262 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()263 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()280 mWindowColor.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()
94 private ColorPreference mWindowColor; field in CaptionPropertiesFragment311 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()312 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()313 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()330 mWindowColor.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()