Searched refs:smartspaceViewModel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSmartspaceViewBinder.kt | 40 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 …]
|
D | KeyguardBlueprintViewBinder.kt | 45 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/ |
D | IntraBlueprintTransition.kt | 29 smartspaceViewModel: KeyguardSmartspaceViewModel,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardPreviewSmartspaceViewModel.kt | 34 val smartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 124 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/ |
D | ClockSection.kt | 68 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/ |
D | KeyguardViewConfigurator.kt | 105 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/ |
D | KeyguardBlueprintRepositoryKosmos.kt | 41 smartspaceViewModel = keyguardSmartspaceViewModel, in <lambda>()
|