HomeSort by relevance Sort by last modified time
    Searched defs:startKeyguardExitAnimation (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 209 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
211 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
KeyguardServiceDelegate.java 305 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
307 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 323 mPolicy.startKeyguardExitAnimation(0, 0);
479 mPolicy.startKeyguardExitAnimation(mCurrentTime, 0 /* duration */);
499 mPolicy.startKeyguardExitAnimation(mCurrentTime +
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 265 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 188 milliseconds