Searched refs:startKeyguardExitAnimation (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 219 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { 222 mKeyguardViewMediator.startKeyguardExitAnimation(startTime, fadeoutDuration);
|
D | KeyguardViewMediator.java | 1181 startKeyguardExitAnimation(0, 0); in handleSetOccluded() 2018 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardViewMediator
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 105 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 231 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper 233 mService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
D | KeyguardServiceDelegate.java | 389 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate 391 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 615 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 1685 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4027 startKeyguardExitAnimation(startTime, duration); in handleStartTransitionForKeyguardLw() 7017 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in PhoneWindowManager 7020 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
|
/frameworks/base/services/ |
D | art-profile | 13221 PLcom/android/server/policy/PhoneWindowManager;->startKeyguardExitAnimation(JJ)V 13305 PLcom/android/server/policy/keyguard/KeyguardServiceDelegate;->startKeyguardExitAnimation(JJ)V 13315 PLcom/android/server/policy/keyguard/KeyguardServiceWrapper;->startKeyguardExitAnimation(JJ)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8102 HPLandroid/view/WindowManagerPolicy;->startKeyguardExitAnimation(JJ)V 10964 HPLcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V 37523 HSPLcom/android/internal/policy/IKeyguardService;->startKeyguardExitAnimation(JJ)V
|