Searched refs:clockStylePref (Results 1 – 2 of 2) sorted by relevance
74 val clockStylePref: ListPreference = pref as ListPreference75 val index: Int = clockStylePref.findIndexOfValue(newValue as String?)76 clockStylePref.setSummary(clockStylePref.getEntries().get(index))82 val clockStylePref = findPreference<ListPreference>(KEY_CLOCK_STYLE) as ListPreference regex83 clockStylePref.setSummary(clockStylePref.getEntry())84 clockStylePref.setOnPreferenceChangeListener(this)
228 val clockStylePref: SimpleMenuPreference? = findPreference(KEY_CLOCK_STYLE)229 clockStylePref?.let {