Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt81 private var descFormat: CharSequence? = null in <lambda>() variable
184 contentDescription = DateFormat.format(descFormat, time) in <lambda>()
491 descFormat = if (use24HourFormat) Patterns.sClockView24 else Patterns.sClockView12 in <lambda>()