Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DWeatherClockSection.kt37 import com.android.systemui.keyguard.ui.composable.blueprint.WeatherClockElementKeys
67 elementKey = WeatherClockElementKeys.timeElementKey, in Time()
80 elementKey = WeatherClockElementKeys.dateElementKey, in SceneScope()
93 elementKey = WeatherClockElementKeys.weatherIconElementKey, in Weather()
106 elementKey = WeatherClockElementKeys.dndAlarmElementKey, in SceneScope()
119 elementKey = WeatherClockElementKeys.temperatureElementKey, in Temperature()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt30 import com.android.systemui.keyguard.ui.composable.blueprint.WeatherClockElementKeys.largeWeatherCl…
112 object WeatherClockElementKeys { object