Searched refs:mWindowColorPref (Results 1 – 1 of 1) sorted by relevance
57 private ListPreference mWindowColorPref; field in CaptionCustomFragment118 mWindowColorPref = (ListPreference) findPreference(KEY_WINDOW_COLOR); in onCreatePreferences()119 mWindowColorPref.setEntries(colorNames); in onCreatePreferences()120 mWindowColorPref.setEntryValues(colorValues); in onCreatePreferences()121 mWindowColorPref.setOnPreferenceChangeListener(this); in onCreatePreferences()194 mWindowColorPref.setValue(getCaptionsWindowColor()); in refresh()312 mWindowColorPref.setValue(Integer.toHexString(0)); in setCaptionsWindowVisible()