Home
last modified time | relevance | path

Searched refs:smartspaceViewModel (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt40 smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
52 smartspaceViewModel in <lambda>()
66 smartspaceViewModel.bcSmartspaceVisibility.collect { in <lambda>()
102 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
105 removeDateWeatherFromBurnInLayer(keyguardRootView, smartspaceViewModel) in <lambda>()
107 addDateWeatherToBurnInLayer(keyguardRootView, smartspaceViewModel) in <lambda>()
114 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
119 smartspaceViewModel.isSmartspaceEnabled && in <lambda>()
120 smartspaceViewModel.isDateWeatherDecoupled in <lambda>()
131 smartspaceViewModel: KeyguardSmartspaceViewModel in <lambda>()
[all …]
DKeyguardBlueprintViewBinder.kt45 smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>()
67 smartspaceViewModel in <lambda>()
74 smartspaceViewModel in <lambda>()
108 IntraBlueprintTransition(config, clockViewModel, smartspaceViewModel), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DIntraBlueprintTransition.kt29 smartspaceViewModel: KeyguardSmartspaceViewModel,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewSmartspaceViewModel.kt34 val smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt124 private val smartspaceViewModel: KeyguardPreviewSmartspaceViewModel, in <lambda>() constant
334 smartspaceViewModel.getLargeClockSmartspaceTopPadding( in <lambda>()
338 val startPadding: Int = smartspaceViewModel.getSmartspaceStartPadding(previewContext) in <lambda>()
339 val endPadding: Int = smartspaceViewModel.getSmartspaceEndPadding(previewContext) in <lambda>()
444 smartspaceViewModel in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt68 val smartspaceViewModel: KeyguardSmartspaceViewModel, constant in com.android.systemui.keyguard.ui.view.layout.sections.ClockSection
138 if (smartspaceViewModel.bcSmartspaceVisibility.value == VISIBLE) { in getTargetClockFace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt105 private val smartspaceViewModel: KeyguardSmartspaceViewModel, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
159 smartspaceViewModel, in start()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt41 smartspaceViewModel = keyguardSmartspaceViewModel, in <lambda>()