Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java55 private ListPreference mBackgroundOpacityPref; field in CaptionCustomFragment
113 mBackgroundOpacityPref = (ListPreference) findPreference(KEY_BACKGROUND_OPACITY); in onCreatePreferences()
114 mBackgroundOpacityPref.setOnPreferenceChangeListener(this); in onCreatePreferences()
192 mBackgroundOpacityPref.setValue(getCaptionsBackgroundOpacity()); in refresh()
273 mBackgroundOpacityPref.setValue(opacityToString(0)); in setCaptionsBackgroundVisible()