Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionFragment.java65 private RadioPreference mCaptionsStyleCustomPref; field in CaptionFragment
109 mCaptionsStyleCustomPref = (RadioPreference) findPreference(KEY_CAPTIONS_STYLE_CUSTOM); in onCreatePreferences()
158 mCaptionsStyleCustomPref.setChecked(true); in onPreferenceTreeClick()
159 mCaptionsStyleCustomPref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()
208 mCaptionsStyleCustomPref.setChecked(true); in refresh()
209 mCaptionsStyleCustomPref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()