Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java191 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
194 mKeyguardViewMediator.startKeyguardExitAnimation(startTime, fadeoutDuration);
DKeyguardViewMediator.java1171 startKeyguardExitAnimation(0, 0); in handleSetOccluded()
2003 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardViewMediator
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java213 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper
215 mService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
DKeyguardServiceDelegate.java362 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate
364 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl95 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java596 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1650 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3993 startKeyguardExitAnimation(startTime, duration); in handleStartTransitionForKeyguardLw()
6910 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in PhoneWindowManager
6913 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()