Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/settings/
DScreensaverSettingsActivity.java81 final ListPreference clockStylePref = (ListPreference) pref; in onPreferenceChange() local
82 final int index = clockStylePref.findIndexOfValue((String) newValue); in onPreferenceChange()
83 clockStylePref.setSummary(clockStylePref.getEntries()[index]); in onPreferenceChange()
89 final ListPreference clockStylePref = (ListPreference) findPreference(KEY_CLOCK_STYLE); in refresh() local
90 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh()
91 clockStylePref.setOnPreferenceChangeListener(this); in refresh()
DSettingsActivity.java268 final SimpleMenuPreference clockStylePref = (SimpleMenuPreference) in refresh() local
270 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh()
271 clockStylePref.setOnPreferenceChangeListener(this); in refresh()