Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DAnimatableClockView.kt534 val clockView12Skel = res.getString(R.string.clock_12hr_format) regex
536 val key = locale.toString() + clockView12Skel + clockView24Skel
539 val clockView12 = DateFormat.getBestDateTimePattern(locale, clockView12Skel)
544 if (!clockView12Skel.contains("a")) {