Searched refs:isLockscreenOrShadeVisible (Results 1 – 7 of 7) sorted by relevance
43 assertThat(underTest.isLockscreenOrShadeVisible.value).isTrue() in isLockscreenOrShadeVisible_true()50 assertThat(underTest.isLockscreenOrShadeVisible.value).isFalse() in isLockscreenOrShadeVisible_false()
69 val isLockscreenOrShadeVisible: StateFlow<Boolean> = in <lambda>() constant71 windowRootViewVisibilityRepository.isLockscreenOrShadeVisible in <lambda>()105 isLockscreenOrShadeVisible, in <lambda>()
178 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()
92 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()
38 val isLockscreenOrShadeVisible: StateFlow<Boolean> = _isLockscreenOrShadeVisible.asStateFlow() constant in com.android.systemui.scene.data.repository.WindowRootViewVisibilityRepository
206 mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisible(), in start()
3116 if (mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisible().getValue()