Home
last modified time | relevance | path

Searched refs:startKeyguardExitAnimation (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java219 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
222 mKeyguardViewMediator.startKeyguardExitAnimation(startTime, fadeoutDuration);
DKeyguardViewMediator.java1181 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/
DIKeyguardService.aidl105 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java231 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper
233 mService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
DKeyguardServiceDelegate.java389 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/
DTestWindowManagerPolicy.java615 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1685 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4027 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/
Dart-profile13221 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/
Dboot-image-profile.txt8102 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