Searched refs:mTextColorPref (Results 1 – 1 of 1) sorted by relevance
49 private ListPreference mTextColorPref; field in CaptionCustomFragment91 mTextColorPref = (ListPreference) findPreference(KEY_TEXT_COLOR); in onCreatePreferences()92 mTextColorPref.setEntries(colorNames); in onCreatePreferences()93 mTextColorPref.setEntryValues(colorValues); in onCreatePreferences()94 mTextColorPref.setOnPreferenceChangeListener(this); in onCreatePreferences()186 mTextColorPref.setValue(getCaptionsTextColor()); in refresh()