Home
last modified time | relevance | path

Searched refs:sharedNotificationContainerViewModel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionAuditLogger.kt45 private val sharedNotificationContainerViewModel: SharedNotificationContainerViewModel, constant in com.android.systemui.keyguard.domain.interactor.KeyguardTransitionAuditLogger
59 sharedNotificationContainerViewModel.isOnLockscreen.collect { in start()
72 sharedNotificationContainerViewModel.bounds.debounce(20L).collect { in start()
79 sharedNotificationContainerViewModel.isOnLockscreenWithoutShade.collect { in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSplitShadeNotificationStackScrollLayoutSection.kt41 sharedNotificationContainerViewModel: SharedNotificationContainerViewModel,
48 sharedNotificationContainerViewModel,
DDefaultNotificationStackScrollLayoutSection.kt45 sharedNotificationContainerViewModel: SharedNotificationContainerViewModel,
53 sharedNotificationContainerViewModel,
DNotificationStackScrollLayoutSection.kt42 private val sharedNotificationContainerViewModel: SharedNotificationContainerViewModel, constant in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
93 sharedNotificationContainerViewModel, in bindData()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt59 sharedNotificationContainerViewModel: SharedNotificationContainerViewModel,
83 sharedNotificationContainerViewModel,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelKosmos.kt55 val Kosmos.sharedNotificationContainerViewModel by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt144 underTest = kosmos.sharedNotificationContainerViewModel in <lambda>()