Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java64 private RadioPreference mCaptionsStyle3Pref; field in CaptionFragment
108 mCaptionsStyle3Pref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_3); in onCreatePreferences()
152 mCaptionsStyle3Pref.setChecked(true); in onPreferenceTreeClick()
153 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
204 mCaptionsStyle3Pref.setChecked(true); in refresh()
205 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()