/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceWrapper.java | 240 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper 242 mService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
H A D | KeyguardServiceDelegate.java | 399 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate 401 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | IKeyguardService.aidl | 112 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 346 mKeyguardViewMediator.startKeyguardExitAnimation(transit, apps, wallpapers, 574 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { 577 mKeyguardViewMediator.startKeyguardExitAnimation(startTime, fadeoutDuration);
|
H A D | KeyguardViewMediator.java | 1466 startKeyguardExitAnimation(0, 0); in handleSetOccluded() 2705 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardViewMediator 2706 startKeyguardExitAnimation(0, startTime, fadeoutDuration, null, null, null, null); in startKeyguardExitAnimation() 2718 public void startKeyguardExitAnimation(@WindowManager.TransitionOldType int transit, in startKeyguardExitAnimation() method in KeyguardViewMediator 2722 startKeyguardExitAnimation(transit, 0, 0, apps, wallpapers, nonApps, finishedCallback); in startKeyguardExitAnimation() 2736 private void startKeyguardExitAnimation(@WindowManager.TransitionOldType int transit, in startKeyguardExitAnimation() method in KeyguardViewMediator
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestWindowManagerPolicy.java | 363 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 1187 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
H A D | PhoneWindowManager.java | 3077 startKeyguardExitAnimation(SystemClock.uptimeMillis(), duration); 4658 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method 4661 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Transition.java | 793 mController.mAtm.mWindowManager.mPolicy.startKeyguardExitAnimation( in handleNonAppWindowsInTransition()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 35499 HPLcom/android/server/policy/PhoneWindowManager;->startKeyguardExitAnimation(JJ)V+]Lcom/android/ser… 35636 HPLcom/android/server/policy/keyguard/KeyguardServiceDelegate;->startKeyguardExitAnimation(JJ)V+]Lc… 35662 HPLcom/android/server/policy/keyguard/KeyguardServiceWrapper;->startKeyguardExitAnimation(JJ)V+]Lco…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78473 Lcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V 78517 Lcom/android/internal/policy/IKeyguardService;->startKeyguardExitAnimation(JJ)V
|