Home
last modified time | relevance | path

Searched refs:isLockscreenOrShadeVisibleAndInteractive (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt116 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_notVisible_false()
127 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_deviceAsleep_false()
138 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_visibleAndAwake_true()
149 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_visibleAndStartingToWake_true()
160 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndStartingToSleep_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt103 val isLockscreenOrShadeVisibleAndInteractive: StateFlow<Boolean> = in <lambda>() constant
127 isLockscreenOrShadeVisibleAndInteractive.collect { interactive -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModel.kt41 windowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
DBackActionInteractor.kt90 windowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive.collect { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java258 mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive(), in start()