Searched refs:KEY_CLOCK_STYLE (Results 1 – 3 of 3) sorted by relevance
73 if (KEY_CLOCK_STYLE == pref.getKey()) { in onPreferenceChange()82 val clockStylePref = findPreference<ListPreference>(KEY_CLOCK_STYLE) as ListPreference in refresh()89 const val KEY_CLOCK_STYLE = "screensaver_clock_style" constant
135 KEY_CLOCK_STYLE, KEY_WEEK_START, KEY_VOLUME_BUTTONS -> { in onPreferenceChange()228 val clockStylePref: SimpleMenuPreference? = findPreference(KEY_CLOCK_STYLE) in refresh()301 const val KEY_CLOCK_STYLE = "clock_style" constant
127 return getClockStyle(context, prefs, SettingsActivity.KEY_CLOCK_STYLE) in getClockStyle()160 return getClockStyle(context, prefs, ScreensaverSettingsActivity.KEY_CLOCK_STYLE) in getScreensaverClockStyle()