Searched refs:startKeyguardExitAnimation (Results 1 – 11 of 11) 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 | 1220 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/ |
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 | 397 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/ |
D | IKeyguardService.aidl | 107 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 379 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 1435 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
|
D | PhoneWindowManager.java | 3291 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/ |
D | art-profile | 12297 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/ |
D | boot-image-profile.txt | 21538 HPLcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V
|
D | hiddenapi-greylist-max-o.txt | 89579 Lcom/android/internal/policy/IKeyguardService$Stub$Proxy;->startKeyguardExitAnimation(JJ)V 89623 Lcom/android/internal/policy/IKeyguardService;->startKeyguardExitAnimation(JJ)V
|