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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 193 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
195 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
KeyguardServiceDelegate.java 279 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
281 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 245 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 341 milliseconds