Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt88 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_splitShadeOn_clockCentered_largeClock() constant
96 assertThat(currentClockLayout).isEqualTo(ClockLayout.LARGE_CLOCK) in currentClockLayout_splitShadeOn_clockCentered_largeClock()
103 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_splitShadeOn_clockNotCentered_largeClock_splitShadeLargeClock() constant
111 assertThat(currentClockLayout).isEqualTo(ClockLayout.SPLIT_SHADE_LARGE_CLOCK) in currentClockLayout_splitShadeOn_clockNotCentered_largeClock_splitShadeLargeClock()
118 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_splitShadeOn_clockNotCentered_smallClock_splitShadeSmallClock() constant
126 assertThat(currentClockLayout).isEqualTo(ClockLayout.SPLIT_SHADE_SMALL_CLOCK) in currentClockLayout_splitShadeOn_clockNotCentered_smallClock_splitShadeSmallClock()
133 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_singleShade_smallClock_smallClock() constant
140 assertThat(currentClockLayout).isEqualTo(ClockLayout.SMALL_CLOCK) in currentClockLayout_singleShade_smallClock_smallClock()
146 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_singleShade_largeClock_largeClock() constant
153 assertThat(currentClockLayout).isEqualTo(ClockLayout.LARGE_CLOCK) in currentClockLayout_singleShade_largeClock_largeClock()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt64 val currentClockLayout by clockViewModel.currentClockLayout.collectAsStateWithLifecycle() in DefaultClockLayout() constant
68 when (currentClockLayout) { in DefaultClockLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt122 val currentClockLayout: StateFlow<ClockLayout> = in <lambda>() constant