Searched defs:fadeoutDuration (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java193 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
195 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
H A DKeyguardServiceDelegate.java279 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
281 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java234 public void hide(long startTime, final long fadeoutDuration) { argument
262 mPhoneStatusBar.setKeyguardFadingAway(delay, fadeoutDuration);
266 mScrimController.animateKeyguardFadingOut(delay, fadeoutDuration, new Runnable() {
274 mScrimController.animateGoingToFullShade(delay, fadeoutDuration);
H A DPhoneStatusBar.java3608 * @param fadeoutDuration the duration of the exit animation, in milliseconds
3610 public void setKeyguardFadingAway(long delay, long fadeoutDuration) { argument
3613 mKeyguardFadingAwayDuration = fadeoutDuration;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1108 handleStartKeyguardExitAnimation(params.startTime, params.fadeoutDuration);
1303 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1317 mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration);
1433 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1435 new StartKeyguardExitAnimParams(startTime, fadeoutDuration));
1449 long fadeoutDuration; field in class:KeyguardViewMediator.StartKeyguardExitAnimParams
1451 private StartKeyguardExitAnimParams(long startTime, long fadeoutDuration) { argument
1453 this.fadeoutDuration = fadeoutDuration;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1259 * @param fadeoutDuration the duration of the exit animation, in milliseconds
1261 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4982 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
4984 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration);

Completed in 221 milliseconds