Home
last modified time | relevance | path

Searched refs:mWindowColorPref (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java57 private ListPreference mWindowColorPref; field in CaptionCustomFragment
118 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()