Home
last modified time | relevance | path

Searched defs:startKeyguardExitAnimation (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl112 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java240 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper
H A DKeyguardServiceDelegate.java399 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java2705 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardViewMediator
2718 public void startKeyguardExitAnimation(@WindowManager.TransitionOldType int transit, in startKeyguardExitAnimation() method in KeyguardViewMediator
2736 private void startKeyguardExitAnimation(@WindowManager.TransitionOldType int transit, in startKeyguardExitAnimation() method in KeyguardViewMediator
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1187 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
H A DPhoneWindowManager.java4658 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method