Home
last modified time | relevance | path

Searched refs:startKeyguardExitAnimation (Results 1 – 11 of 11) 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.java1220 startKeyguardExitAnimation(0, 0); in handleSetOccluded()
2082 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardViewMediator
/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.java397 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate
399 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl107 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java379 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1435 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
DPhoneWindowManager.java3291 startKeyguardExitAnimation(SystemClock.uptimeMillis(), duration); in handleStartTransitionForKeyguardLw()
4798 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in PhoneWindowManager
4801 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration); in startKeyguardExitAnimation()
/frameworks/base/services/
Dart-profile12297 PLcom/android/server/policy/PhoneWindowManager;->startKeyguardExitAnimation(JJ)V
12367 PLcom/android/server/policy/keyguard/KeyguardServiceDelegate;->startKeyguardExitAnimation(JJ)V
12390 PLcom/android/server/policy/keyguard/KeyguardServiceWrapper;->startKeyguardExitAnimation(JJ)V
/frameworks/base/config/
Dboot-image-profile.txt21538 HPLcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V
Dhiddenapi-greylist-max-o.txt89579 Lcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V
89623 Lcom/android/internal/policy/IKeyguardService;->startKeyguardExitAnimation(JJ)V