Searched defs:startKeyguardExitAnimation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java211 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { method in class:KeyguardServiceWrapper
213 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
H A DKeyguardServiceDelegate.java332 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { method in class:KeyguardServiceDelegate
334 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java279 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be
1102 startKeyguardExitAnimation(0, 0);
1607 // startKeyguardExitAnimation.
1839 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { method in class:KeyguardViewMediator
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1371 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); method in interface:WindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6402 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { method in class:PhoneWindowManager
6404 if (DEBUG_KEYGUARD) Slog.d(TAG, "PWM.startKeyguardExitAnimation");
6405 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration);

Completed in 1411 milliseconds