Searched refs:currentClockLayout (Results 1 – 3 of 3) sorted by relevance
88 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_splitShadeOn_clockCentered_largeClock() constant96 assertThat(currentClockLayout).isEqualTo(ClockLayout.LARGE_CLOCK) in currentClockLayout_splitShadeOn_clockCentered_largeClock()103 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_splitShadeOn_clockNotCentered_largeClock_splitShadeLargeClock() constant111 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() constant126 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() constant140 assertThat(currentClockLayout).isEqualTo(ClockLayout.SMALL_CLOCK) in currentClockLayout_singleShade_smallClock_smallClock()146 val currentClockLayout by collectLastValue(underTest.currentClockLayout) in currentClockLayout_singleShade_largeClock_largeClock() constant153 assertThat(currentClockLayout).isEqualTo(ClockLayout.LARGE_CLOCK) in currentClockLayout_singleShade_largeClock_largeClock()
64 val currentClockLayout by clockViewModel.currentClockLayout.collectAsStateWithLifecycle() in DefaultClockLayout() constant68 when (currentClockLayout) { in DefaultClockLayout()
122 val currentClockLayout: StateFlow<ClockLayout> = in <lambda>() constant