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.java64 private RadioPreference mCaptionsStyle2Pref; field in CaptionFragment
108 mCaptionsStyle2Pref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_2); in onCreatePreferences()
147 mCaptionsStyle2Pref.setChecked(true); in onPreferenceTreeClick()
148 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
201 mCaptionsStyle2Pref.setChecked(true); in refresh()
202 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()