Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt152 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenNoNotifs()
165 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenNotifs()
178 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenQsExpandedDefault()
193 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenQsExpandedInSplitShade()
212 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenLockedShade()
227 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenKeyguard()
242 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenStartingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt91 val shouldShowEmptyShadeView: Flow<Boolean> by lazy { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt208 viewModel.shouldShowEmptyShadeView, in <lambda>()