Home
last modified time | relevance | path

Searched refs:clockViewModel (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt39 clockViewModel: KeyguardClockViewModel, in <lambda>()
47 clockViewModel.hasCustomWeatherDataDisplay.collect { hasCustomWeatherDataDisplay in <lambda>()
51 clockViewModel, in <lambda>()
67 updateBCSmartspaceInBurnInLayer(keyguardRootView, clockViewModel) in <lambda>()
83 clockViewModel: KeyguardClockViewModel, in <lambda>()
96 clockViewModel.burnInLayer?.updatePostLayout(keyguardRootView) in <lambda>()
101 clockViewModel: KeyguardClockViewModel, in <lambda>()
104 if (clockViewModel.hasCustomWeatherDataDisplay.value) { in <lambda>()
109 clockViewModel.burnInLayer?.updatePostLayout(keyguardRootView) in <lambda>()
DKeyguardBlueprintViewBinder.kt44 clockViewModel: KeyguardClockViewModel, in <lambda>()
62 BaseBlueprintTransition(clockViewModel) in <lambda>()
66 clockViewModel, in <lambda>()
73 clockViewModel, in <lambda>()
96 logAlphaVisibilityOfAppliedConstraintSet(cs, clockViewModel) in <lambda>()
108 IntraBlueprintTransition(config, clockViewModel, smartspaceViewModel), in <lambda>()
118 logAlphaVisibilityOfAppliedConstraintSet(cs, clockViewModel) in <lambda>()
DKeyguardRootViewBinder.kt107 clockViewModel: KeyguardClockViewModel, in <lambda>()
362 clockViewModel, in <lambda>()
423 private val clockViewModel: KeyguardClockViewModel, in <lambda>() constant in com.android.systemui.keyguard.ui.binder.KeyguardRootViewBinder.OnLayoutChange
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt56 @Mock private lateinit var clockViewModel: KeyguardClockViewModel variable in com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinderTest
63 whenever(clockViewModel.clockSize).thenReturn(clockSize) in setup()
64 whenever(clockViewModel.currentClock).thenReturn(currentClock) in setup()
65 whenever(clockViewModel.burnInLayer).thenReturn(burnInLayer) in setup()
86 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.LARGE) in addClockViewsToBurnInLayer_LargeWeatherClock()
93 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.LARGE) in addClockViewsToBurnInLayer_LargeNonWeatherClock()
101 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.SMALL) in addClockViewsToBurnInLayer_SmallClock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DIntraBlueprintTransition.kt28 clockViewModel: KeyguardClockViewModel,
63 clockViewModel.currentClock.value?.let { DefaultClockSteppingTransition(it) } in <lambda>()
65 else -> addTransition(ClockSizeTransition(config, clockViewModel))
DBaseBlueprintTransition.kt32 class BaseBlueprintTransition(val clockViewModel: KeyguardClockViewModel) : TransitionSet() { in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.blueprints.transitions.BaseBlueprintTransition
44 clockViewModel.currentClock.value?.let { clock -> in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt53 private val clockViewModel: KeyguardClockViewModel, constant in com.android.systemui.keyguard.ui.composable.section.TopAreaSection
64 val currentClockLayout by clockViewModel.currentClockLayout.collectAsStateWithLifecycle() in DefaultClockLayout()
66 clockViewModel.hasCustomPositionUpdatedAnimation.collectAsStateWithLifecycle() in DefaultClockLayout()
135 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in LargeClockWithSmartSpace()
172 val isLargeClockVisible by clockViewModel.isLargeClockVisible.collectAsStateWithLifecycle() in WeatherLargeClockWithSmartSpace()
173 val currentClockState = clockViewModel.currentClock.collectAsStateWithLifecycle() in WeatherLargeClockWithSmartSpace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodBurnInSection.kt39 private val clockViewModel: KeyguardClockViewModel, constant in com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection
68 clockViewModel.burnInLayer = burnInLayer in bindData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt49 clockViewModel: KeyguardClockViewModel, in <lambda>()
54 addTransition(ClockFaceOutTransition(config, clockViewModel)) in <lambda>()
55 addTransition(ClockFaceInTransition(config, clockViewModel)) in <lambda>()
57 addTransition(SmartspaceMoveTransition(config, clockViewModel)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewSmartspaceViewModel.kt35 val clockViewModel: KeyguardClockViewModel, in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt123 private val clockViewModel: KeyguardPreviewClockViewModel, in <lambda>() constant
214 clockViewModel.shouldHighlightSelectedAffordance = shouldHighlightSelectedAffordance in <lambda>()
424 clockViewModel, in <lambda>()
432 clockViewModel, in <lambda>()