Home
last modified time | relevance | path

Searched refs:NotificationsShadeOverlayContentViewModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ui/viewmodel/
DNotificationsShadeOverlayContentViewModelKosmos.kt22 import com.android.systemui.notifications.ui.viewmodel.NotificationsShadeOverlayContentViewModel
29 NotificationsShadeOverlayContentViewModel by Fixture { in <lambda>()
30 NotificationsShadeOverlayContentViewModel( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeOverlayContentViewModel.kt44 class NotificationsShadeOverlayContentViewModel class
97 fun create(): NotificationsShadeOverlayContentViewModel
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationsShadeOverlay.kt46 import com.android.systemui.notifications.ui.viewmodel.NotificationsShadeOverlayContentViewModel
66 private val contentViewModelFactory: NotificationsShadeOverlayContentViewModel.Factory,