Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt113 val timeElementKey = ElementKey("weather-large-clock-time") constant
120 timeElementKey,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DWeatherClockSection.kt67 elementKey = WeatherClockElementKeys.timeElementKey, in Time()