Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt305 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenShade()
321 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenLockedShade()
337 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenKeyguard()
352 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenUserNotSetUp()
370 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenStartingToSleep()
388 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenQsExpandedDefault()
407 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenQsExpandedSplitShade()
428 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenRemoteInputActive()
446 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_animatesWhenShade()
462 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_notAnimatingOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt145 val shouldIncludeFooterView: Flow<AnimatedValue<Boolean>> by lazy { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt195 viewModel.shouldIncludeFooterView.collect { animatedVisibility -> in <lambda>()