Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt130 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()
484 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()
495 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()
506 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false) in <lambda>()
517 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false) in <lambda>()
DKeyguardViewMediatorTest.java781 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimation_noPendingLock_keyguardWillNotBeShowing()
798 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(true); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing()
808 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing()
831 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testStartKeyguardExitAnimation_expectSurfaceBehindRemoteAnimationAndExits()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt962 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { in <lambda>() method
DKeyguardViewMediator.java3182 .notifyFinishedKeyguardExitAnimation(false /* showKeyguard */);
3446 .notifyFinishedKeyguardExitAnimation(showKeyguard);