Home
last modified time | relevance | path

Searched refs:notifyFinishedKeyguardExitAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt124 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
462 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
473 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
484 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false)
495 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false)
H A DKeyguardViewMediatorTest.java641 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimation_noPendingLock_keyguardWillNotBeShowing()
658 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(true); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing()
668 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing()
692 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testStartKeyguardExitAnimation_expectSurfaceBehindRemoteAnimationAndExits()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt946 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { regex
H A DKeyguardViewMediator.java3069 .notifyFinishedKeyguardExitAnimation(false /* showKeyguard */);
3328 .notifyFinishedKeyguardExitAnimation(showKeyguard);