Searched refs:mWindowColor (Results 1 – 1 of 1) sorted by relevance
93 private ColorPreference mWindowColor; field in CaptionPropertiesFragment308 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()309 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()310 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()327 mWindowColor.setOnValueChangedListener(this); in installUpdateListeners()358 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()436 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()437 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()