Home
last modified time | relevance | path

Searched refs:isLockscreenOrShadeVisible (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepositoryTest.kt43 assertThat(underTest.isLockscreenOrShadeVisible.value).isTrue() in isLockscreenOrShadeVisible_true()
50 assertThat(underTest.isLockscreenOrShadeVisible.value).isFalse() in isLockscreenOrShadeVisible_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt69 val isLockscreenOrShadeVisible: StateFlow<Boolean> = in <lambda>() constant
71 windowRootViewVisibilityRepository.isLockscreenOrShadeVisible in <lambda>()
105 isLockscreenOrShadeVisible, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeControllerImplTest.kt178 assertThat(windowRootViewVisibilityInteractor.isLockscreenOrShadeVisible.value).isTrue() in visible_changesToTrue_windowInteractorUpdated()
185 assertThat(windowRootViewVisibilityInteractor.isLockscreenOrShadeVisible.value).isTrue() in visible_changesToFalse_windowInteractorUpdated()
191 assertThat(windowRootViewVisibilityInteractor.isLockscreenOrShadeVisible.value).isFalse() in visible_changesToFalse_windowInteractorUpdated()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt92 assertThat(underTest.isLockscreenOrShadeVisible.value).isTrue() in isLockscreenOrShadeVisible_true()
99 assertThat(underTest.isLockscreenOrShadeVisible.value).isFalse() in isLockscreenOrShadeVisible_false()
106 assertThat(underTest.isLockscreenOrShadeVisible.value).isTrue() in isLockscreenOrShadeVisible_matchesRepo()
110 assertThat(underTest.isLockscreenOrShadeVisible.value).isFalse() in isLockscreenOrShadeVisible_matchesRepo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepository.kt38 val isLockscreenOrShadeVisible: StateFlow<Boolean> = _isLockscreenOrShadeVisible.asStateFlow() constant in com.android.systemui.scene.data.repository.WindowRootViewVisibilityRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java206 mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisible(), in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java3116 if (mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisible().getValue()