Searched defs:clockStylePref (Results 1 – 2 of 2) sorted by relevance
74 val clockStylePref: ListPreference = pref as ListPreference in onPreferenceChange() constant82 val clockStylePref = findPreference<ListPreference>(KEY_CLOCK_STYLE) as ListPreference in refresh() constant
228 val clockStylePref: SimpleMenuPreference? = findPreference(KEY_CLOCK_STYLE) in refresh() constant