Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java61 private RadioPreference mCaptionsStyle0Pref; field in CaptionFragment
105 mCaptionsStyle0Pref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_0); in onCreatePreferences()
134 mCaptionsStyle0Pref.setChecked(true); in onPreferenceTreeClick()
135 mCaptionsStyle0Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
192 mCaptionsStyle0Pref.setChecked(true); in refresh()
193 mCaptionsStyle0Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()