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.java65 private RadioPreference mCaptionsStyle3Pref; field in CaptionFragment
109 mCaptionsStyle3Pref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_3); in onCreatePreferences()
153 mCaptionsStyle3Pref.setChecked(true); in onPreferenceTreeClick()
154 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
205 mCaptionsStyle3Pref.setChecked(true); in refresh()
206 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()