Searched refs:mEdgeColorPref (Results 1 – 1 of 1) sorted by relevance
52 private ListPreference mEdgeColorPref; field in CaptionCustomFragment101 mEdgeColorPref = (ListPreference) findPreference(KEY_EDGE_COLOR); in onCreatePreferences()102 mEdgeColorPref.setEntries(colorNames); in onCreatePreferences()103 mEdgeColorPref.setEntryValues(colorValues); in onCreatePreferences()104 mEdgeColorPref.setOnPreferenceChangeListener(this); in onCreatePreferences()189 mEdgeColorPref.setValue(getCaptionsEdgeColor()); in refresh()