Home
last modified time | relevance | path

Searched refs:NotificationShelfViewModel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
H A DNotificationListViewModel.kt22 import com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModel
30 val shelf: NotificationShelfViewModel,
40 shelfViewModel: Provider<NotificationShelfViewModel>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt30 import com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModel
77 viewModel: NotificationShelfViewModel,
102 viewModel: NotificationShelfViewModel,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModel.kt29 class NotificationShelfViewModel regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt90 private val underTest by lazy { NotificationShelfViewModel(interactor, activatableViewModel) }