Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt25 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.largeClockElementKey
26 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smallClockElementKey
27 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smartspaceElementKey
101 object ClockElementKeys { object
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt38 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.largeClockElementKey in <lambda>()
39 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smallClockElementKey in <lambda>()
DSmartSpaceSection.kt40 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys in <lambda>()
68 MovableElement(key = ClockElementKeys.smartspaceElementKey, modifier = modifier) { in <lambda>()