Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java54 private ListPreference mBackgroundColorPref; field in CaptionCustomFragment
108 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()
109 mBackgroundColorPref.setEntries(colorNames); in onCreatePreferences()
110 mBackgroundColorPref.setEntryValues(colorValues); in onCreatePreferences()
111 mBackgroundColorPref.setOnPreferenceChangeListener(this); in onCreatePreferences()
191 mBackgroundColorPref.setValue(getCaptionsBackgroundColor()); in refresh()
272 mBackgroundColorPref.setValue(Integer.toHexString(0)); in setCaptionsBackgroundVisible()