Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt27 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smartspaceElementKey
75 anchoredTranslate(smallClockElementKey, smartspaceElementKey) in TransitionBuilder()
90 anchoredTranslate(smallClockElementKey, smartspaceElementKey) in TransitionBuilder()
104 val smartspaceElementKey = ElementKey("smart-space") constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt68 MovableElement(key = ClockElementKeys.smartspaceElementKey, modifier = modifier) { in <lambda>()