Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt26 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smallClockElementKey
74 timestampRange(endMillis = CLOCK_OUT_MILLIS.toInt()) { fade(smallClockElementKey) } in TransitionBuilder()
75 anchoredTranslate(smallClockElementKey, smartspaceElementKey) in TransitionBuilder()
84 fade(smallClockElementKey) in TransitionBuilder()
90 anchoredTranslate(smallClockElementKey, smartspaceElementKey) in TransitionBuilder()
103 val smallClockElementKey = ElementKey("small-clock") constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt39 import com.android.systemui.keyguard.ui.composable.blueprint.ClockElementKeys.smallClockElementKey in <lambda>()
88 .element(smallClockElementKey), in <lambda>()