/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | IKeyguardService.aidl | 112 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardViewController.java | 49 void hide(long startTime, long fadeoutDuration); in hide()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateController.java | 122 default void notifyKeyguardFadingAway(long delay, long fadeoutDuration, in notifyKeyguardFadingAway()
|
H A D | KeyguardStateControllerImpl.java | 197 public void notifyKeyguardFadingAway(long delay, long fadeoutDuration, boolean isBypassFading) { in notifyKeyguardFadingAway()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 2208 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration, in handleStartKeyguardExitAnimation() 2705 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() 2737 long startTime, long fadeoutDuration, in startKeyguardExitAnimation() 2853 long fadeoutDuration; field in KeyguardViewMediator.StartKeyguardExitAnimParams 2860 long startTime, long fadeoutDuration, in StartKeyguardExitAnimParams()
|
/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()
|
H A D | KeyguardServiceDelegate.java | 399 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarKeyguardViewManager.java | 724 public void hide(long startTime, long fadeoutDuration) { in hide() 782 fadeoutDuration, in hide() local 799 fadeoutDuration, in hide() local
|
H A D | StatusBar.java | 3147 public void setKeyguardFadingAway(long startTime, long delay, long fadeoutDuration, in setKeyguardFadingAway()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewController.java | 201 public void hide(long startTime, long fadeoutDuration) { in hide()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 1187 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
|
H A D | PhoneWindowManager.java | 4658 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
|