Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1376 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration) { in handleStartKeyguardExitAnimation()
1502 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
1518 long fadeoutDuration; field in KeyguardViewMediator.StartKeyguardExitAnimParams
1520 private StartKeyguardExitAnimParams(long startTime, long fadeoutDuration) { in StartKeyguardExitAnimParams()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl54 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceWrapper.java173 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
DKeyguardServiceDelegate.java266 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java236 public void hide(long startTime, final long fadeoutDuration) { in hide()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1265 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java5272 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()