Searched refs:mBackgroundColorPref (Results 1 – 1 of 1) sorted by relevance
54 private ListPreference mBackgroundColorPref; field in CaptionCustomFragment108 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()109 mBackgroundColorPref.setEntries(colorNames); in onCreatePreferences()110 mBackgroundColorPref.setEntryValues(colorValues); in onCreatePreferences()111 mBackgroundColorPref.setOnPreferenceChangeListener(this); in onCreatePreferences()191 mBackgroundColorPref.setValue(getCaptionsBackgroundColor()); in refresh()272 mBackgroundColorPref.setValue(Integer.toHexString(0)); in setCaptionsBackgroundVisible()