Merge "Don't apply existing keyguard animation to IME window" into mnc-dev

This commit is contained in:
Jorim Jaggi
2015-06-26 23:24:01 +00:00
committed by Android (Google) Code Review

View File

@@ -343,7 +343,9 @@ public class WindowAnimator {
boolean applyExistingExitAnimation = mPostKeyguardExitAnimation != null
&& !winAnimator.mKeyguardGoingAwayAnimation
&& win.hasDrawnLw()
&& win.mAttachedWindow == null;
&& win.mAttachedWindow == null
&& !win.mIsImWindow
&& displayId == Display.DEFAULT_DISPLAY;
// If the window is already showing and we don't need to apply an existing
// Keyguard exit animation, skip.