Home
last modified time | relevance | path

Searched refs:lockscreenContentViewModel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt62 private val lockscreenContentViewModel: LockscreenContentViewModel, constant
94 lockscreenContentViewModel.shouldUseSplitNotificationShade.collectAsStateWithLifecycle() in SceneScope()
96 lockscreenContentViewModel.areNotificationsVisible.collectAsStateWithLifecycle() in SceneScope()
DSmartSpaceSection.kt58 private val lockscreenContentViewModel: LockscreenContentViewModel, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.SmartSpaceSection
74 top = { lockscreenContentViewModel.getSmartSpacePaddingTop(resources) }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelKosmos.kt27 val Kosmos.lockscreenContentViewModel by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt106 private val lockscreenContentViewModel: LockscreenContentViewModel, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
143 viewModel = lockscreenContentViewModel, in start()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelTest.kt73 underTest = lockscreenContentViewModel in <lambda>()