Searched refs:isLargeClockVisible (Results 1 – 9 of 9) sorted by relevance
74 val isLargeClockVisible: StateFlow<Boolean> = in <lambda>() constant87 isLargeClockVisible, in <lambda>()124 isLargeClockVisible, in <lambda>()128 ) { isLargeClockVisible, clockShouldBeCentered, shadeMode, currentClock -> in <lambda>() method134 shouldUseSplitShade && isLargeClockVisible -> in <lambda>()137 isLargeClockVisible -> ClockLayout.WEATHER_LARGE_CLOCK in <lambda>()143 shouldUseSplitShade && isLargeClockVisible -> in <lambda>()146 isLargeClockVisible -> ClockLayout.LARGE_CLOCK in <lambda>()158 combine(currentClock, isLargeClockVisible) { currentClock, isLargeClockVisible -> in <lambda>() method159 isLargeClockVisible && in <lambda>()
35 val isLargeClockVisible: Flow<Boolean> = constant
135 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in LargeClockWithSmartSpace() constant137 LaunchedEffect(isLargeClockVisible) { in LargeClockWithSmartSpace()138 if (isLargeClockVisible) { in LargeClockWithSmartSpace()172 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in WeatherLargeClockWithSmartSpace() constant175 LaunchedEffect(isLargeClockVisible) { in WeatherLargeClockWithSmartSpace()176 if (isLargeClockVisible) { in WeatherLargeClockWithSmartSpace()
147 val isLargeClockVisible by in <lambda>() constant148 collectLastValue(keyguardClockViewModel.isLargeClockVisible) in <lambda>()172 val isLargeClockVisible by in <lambda>() constant173 collectLastValue(keyguardClockViewModel.isLargeClockVisible) in <lambda>()197 val isLargeClockVisible by in <lambda>() constant198 collectLastValue(keyguardClockViewModel.isLargeClockVisible) in <lambda>()221 val isLargeClockVisible by in <lambda>() constant222 collectLastValue(keyguardClockViewModel.isLargeClockVisible) in <lambda>()245 val isLargeClockVisible by in <lambda>() constant246 collectLastValue(keyguardClockViewModel.isLargeClockVisible) in <lambda>()
115 if (!keyguardClockViewModel.isLargeClockVisible.value) { in buildConstraints()122 if (keyguardClockViewModel.isLargeClockVisible.value) clock.largeClock.layout in getTargetClockFace()125 if (keyguardClockViewModel.isLargeClockVisible.value) clock.smallClock.layout in getTargetClockFace()
286 override val isLargeClock = viewModel.isLargeClockVisible.value in <lambda>()307 override val isLargeClock = !viewModel.isLargeClockVisible.value in <lambda>()327 private val isLargeClock = viewModel.isLargeClockVisible.value in <lambda>()
218 val value by collectLastValue(underTest.isLargeClockVisible) in isLargeClockVisible_whenLargeClockSize_isTrue()227 val value by collectLastValue(underTest.isLargeClockVisible) in isLargeClockVisible_whenSmallClockSize_isFalse()
105 viewModel.isLargeClockVisible.value && it.config.useCustomClockScene in <lambda>()
62 viewModel.isLargeClockVisible.collect { largeClockHostView.isVisible = it } in <lambda>()