Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +7 −9 Original line number Original line Diff line number Diff line Loading @@ -2564,18 +2564,16 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, synchronized (KeyguardViewMediator.this) { synchronized (KeyguardViewMediator.this) { if (DEBUG) Log.d(TAG, "handleHide"); if (DEBUG) Log.d(TAG, "handleHide"); mHiding = true; if (mShowing && !mOccluded) { if (mShowing && !mOccluded) { mHiding = true; mKeyguardGoingAwayRunnable.run(); mKeyguardGoingAwayRunnable.run(); } else { } else { // TODO(bc-unlock): Fill parameters Log.d(TAG, "Hiding keyguard while occluded. Just hide the keyguard view and exit."); mNotificationShadeWindowControllerLazy.get().batchApplyWindowLayoutParams(() -> { handleStartKeyguardExitAnimation( mKeyguardViewControllerLazy.get().hide( SystemClock.uptimeMillis() + mHideAnimation.getStartOffset(), SystemClock.uptimeMillis() + mHideAnimation.getStartOffset(), mHideAnimation.getDuration(), null /* apps */, null /* wallpapers */, mHideAnimation.getDuration()); null /* nonApps */, null /* finishedCallback */); onKeyguardExitFinished(); }); } } // It's possible that the device was unlocked (via BOUNCER or Fingerprint) while // It's possible that the device was unlocked (via BOUNCER or Fingerprint) while Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +7 −9 Original line number Original line Diff line number Diff line Loading @@ -2564,18 +2564,16 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, synchronized (KeyguardViewMediator.this) { synchronized (KeyguardViewMediator.this) { if (DEBUG) Log.d(TAG, "handleHide"); if (DEBUG) Log.d(TAG, "handleHide"); mHiding = true; if (mShowing && !mOccluded) { if (mShowing && !mOccluded) { mHiding = true; mKeyguardGoingAwayRunnable.run(); mKeyguardGoingAwayRunnable.run(); } else { } else { // TODO(bc-unlock): Fill parameters Log.d(TAG, "Hiding keyguard while occluded. Just hide the keyguard view and exit."); mNotificationShadeWindowControllerLazy.get().batchApplyWindowLayoutParams(() -> { handleStartKeyguardExitAnimation( mKeyguardViewControllerLazy.get().hide( SystemClock.uptimeMillis() + mHideAnimation.getStartOffset(), SystemClock.uptimeMillis() + mHideAnimation.getStartOffset(), mHideAnimation.getDuration(), null /* apps */, null /* wallpapers */, mHideAnimation.getDuration()); null /* nonApps */, null /* finishedCallback */); onKeyguardExitFinished(); }); } } // It's possible that the device was unlocked (via BOUNCER or Fingerprint) while // It's possible that the device was unlocked (via BOUNCER or Fingerprint) while Loading