Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java63 private RadioPreference mCaptionsStyle2Pref; field in CaptionFragment
107 mCaptionsStyle2Pref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_2); in onCreatePreferences()
146 mCaptionsStyle2Pref.setChecked(true); in onPreferenceTreeClick()
147 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
200 mCaptionsStyle2Pref.setChecked(true); in refresh()
201 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()