/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSmartspaceViewBinder.kt | 39 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>()
|
D | KeyguardBlueprintViewBinder.kt | 44 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>()
|
D | KeyguardRootViewBinder.kt | 107 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/ |
D | KeyguardClockViewBinderTest.kt | 56 @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/ |
D | IntraBlueprintTransition.kt | 28 clockViewModel: KeyguardClockViewModel, 63 clockViewModel.currentClock.value?.let { DefaultClockSteppingTransition(it) } in <lambda>() 65 else -> addTransition(ClockSizeTransition(config, clockViewModel))
|
D | BaseBlueprintTransition.kt | 32 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/ |
D | TopAreaSection.kt | 53 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/ |
D | AodBurnInSection.kt | 39 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/ |
D | ClockSizeTransition.kt | 49 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/ |
D | KeyguardPreviewSmartspaceViewModel.kt | 35 val clockViewModel: KeyguardClockViewModel, in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 123 private val clockViewModel: KeyguardPreviewClockViewModel, in <lambda>() constant 214 clockViewModel.shouldHighlightSelectedAffordance = shouldHighlightSelectedAffordance in <lambda>() 424 clockViewModel, in <lambda>() 432 clockViewModel, in <lambda>()
|