Home
last modified time | relevance | path

Searched refs:surfaceBehindVisibility (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DWindowManagerLockscreenVisibilityViewModel.kt27 val surfaceBehindVisibility = interactor.surfaceBehindVisibility regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DWindowManagerLockscreenVisibilityInteractor.kt59 fromLockscreenInteractor.surfaceBehindVisibility
62 fromBouncerInteractor.surfaceBehindVisibility
74 val surfaceBehindVisibility: Flow<Boolean> =
H A DFromPrimaryBouncerTransitionInteractor.kt66 val surfaceBehindVisibility: Flow<Boolean?> =
H A DFromLockscreenTransitionInteractor.kt81 val surfaceBehindVisibility: Flow<Boolean?> =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DWindowManagerLockscreenVisibilityInteractorTest.kt69 whenever(fromLockscreenTransitionInteractor.surfaceBehindVisibility)
71 whenever(fromPrimaryBouncerTransitionInteractor.surfaceBehindVisibility)
99 val values by collectValues(underTest.surfaceBehindVisibility)
H A DFromLockscreenTransitionInteractorTest.kt69 val values by collectValues(underTest.surfaceBehindVisibility)
H A DFromPrimaryBouncerTransitionInteractorTest.kt70 val values by collectValues(underTest.surfaceBehindVisibility)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DWindowManagerLockscreenVisibilityViewBinder.kt36 viewModel.surfaceBehindVisibility.collect {