Home
last modified time | relevance | path

Searched refs:transitioningToGoneWithInWindowAnimation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractor.kt53 val transitioningToGoneWithInWindowAnimation: StateFlow<Boolean> = in <lambda>() constant
70 transitioningToGoneWithInWindowAnimation, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DInWindowLauncherAnimationViewModel.kt35 val shouldPrepareForInWindowAnimation = interactor.transitioningToGoneWithInWindowAnimation
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractorTest.kt84 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_trueIfTopActivityIsLauncher_andTransitioningToGone()
167 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherPartwayThrough()
244 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherWhileNotTransitioningToGone()