Home
last modified time | relevance | path

Searched defs:isLargeClockVisible (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSectionTest.kt147 val isLargeClockVisible by in <lambda>() constant
172 val isLargeClockVisible by in <lambda>() constant
197 val isLargeClockVisible by in <lambda>() constant
221 val isLargeClockVisible by in <lambda>() constant
245 val isLargeClockVisible by in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt135 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in LargeClockWithSmartSpace() constant
172 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in WeatherLargeClockWithSmartSpace() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt74 val isLargeClockVisible: StateFlow<Boolean> = in <lambda>() constant
128 ) { isLargeClockVisible, clockShouldBeCentered, shadeMode, currentClock -> in <lambda>() method
158 combine(currentClock, isLargeClockVisible) { currentClock, isLargeClockVisible -> in <lambda>() method
DKeyguardPreviewClockViewModel.kt35 val isLargeClockVisible: Flow<Boolean> = constant