Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt29 …ort com.android.systemui.keyguard.ui.composable.blueprint.ClockTransition.transitioningToSmallClock
43 transitioningToSmallClock(largeClockElements = listOf(largeClockElementKey)) in <lambda>()
50 transitioningToSmallClock(largeClockElements = largeWeatherClockElementKeyList) in <lambda>()
78 private fun TransitionBuilder.transitioningToSmallClock(largeClockElements: List<ElementKey>) { in TransitionBuilder() method