Searched refs:hasCustomWeatherDataDisplay (Results 1 – 7 of 7) sorted by relevance
52 keyguardClockViewModel.hasCustomWeatherDataDisplay in <lambda>()57 initialValue = !keyguardClockViewModel.hasCustomWeatherDataDisplay.value, in <lambda>()64 keyguardClockViewModel.hasCustomWeatherDataDisplay, in <lambda>()77 keyguardClockViewModel.hasCustomWeatherDataDisplay.value, in <lambda>()
85 val hasCustomWeatherDataDisplay = in <lambda>() constant92 face.config.hasCustomWeatherDataDisplay in <lambda>()99 initialValue = currentClock.value?.largeClock?.config?.hasCustomWeatherDataDisplay in <lambda>()
67 private val hasCustomWeatherDataDisplay = MutableStateFlow(false) constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest90 whenever(keyguardClockViewModel.hasCustomWeatherDataDisplay) in setup()91 .thenReturn(hasCustomWeatherDataDisplay) in setup()142 hasCustomWeatherDataDisplay.value = true in testConstraintsWhenHasCustomWeatherDataDisplay()164 hasCustomWeatherDataDisplay.value = true in testCustomDateWeatherVisibility()
60 whenever(clockController.largeClock.config.hasCustomWeatherDataDisplay) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue()75 whenever(clockController.largeClock.config.hasCustomWeatherDataDisplay).thenReturn(true) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse()89 whenever(clockController.largeClock.config.hasCustomWeatherDataDisplay) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse()
47 clockViewModel.hasCustomWeatherDataDisplay.collect { hasCustomWeatherDataDisplay in <lambda>() method104 if (clockViewModel.hasCustomWeatherDataDisplay.value) { in <lambda>()
142 if (keyguardClockViewModel.hasCustomWeatherDataDisplay.value) { in applyConstraints()209 if (keyguardClockViewModel.hasCustomWeatherDataDisplay.value) ConstraintSet.GONE in updateVisibility()
296 val hasCustomWeatherDataDisplay: Boolean = false, constant in com.android.systemui.plugins.clocks.ClockFaceConfig