Searched refs:getClockStyle (Results 1 – 2 of 2) sorted by relevance
126 fun getClockStyle(context: Context, prefs: SharedPreferences): ClockStyle { regex127 return getClockStyle(context, prefs, SettingsActivity.KEY_CLOCK_STYLE)151 val isAnalog = getClockStyle(context, prefs) == ClockStyle.ANALOG160 return getClockStyle(context, prefs, ScreensaverSettingsActivity.KEY_CLOCK_STYLE)342 private fun getClockStyle(context: Context, prefs: SharedPreferences, key: String): ClockStyle { regex
64 get() = SettingsDAO.getClockStyle(mContext, mPrefs)