Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt81 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()
82 ) { hasNotifications, isShowingOnLockscreen -> in <lambda>() method
83 hasNotifications || !isShowingOnLockscreen in <lambda>()
98 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()
99 ) { hasNotifications, isQsFullScreen, isShowingOnLockscreen -> in <lambda>() method
106 isShowingOnLockscreen -> false in <lambda>()
152 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()
158 isShowingOnLockscreen, in <lambda>() method
170 isShowingOnLockscreen -> VisibilityChange.DISAPPEAR_WITHOUT_ANIMATION in <lambda>()
279 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DNotificationStackInteractorTest.kt48 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_falseWhenViewingShade()
61 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_trueWhenViewingKeyguard()
74 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_trueWhenStartingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/
DNotificationViewFlipperViewModel.kt38 val isPaused = stackInteractor.isShowingOnLockscreen.dumpWhileCollecting("isPaused")
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DNotificationStackInteractor.kt37 val isShowingOnLockscreen: Flow<Boolean> = in <lambda>() constant