am da721a99: am 778eaf4b: Merge "Disallow transient status bar on the keyguard." into klp-dev

* commit 'da721a99febae345d28f9afa5b9679a1c54a2f6b':
  Disallow transient status bar on the keyguard.
This commit is contained in:
John Spurlock
2013-11-11 18:05:07 -08:00
committed by Android Git Automerger

View File

@@ -3468,6 +3468,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
}
// Maintain fullscreen layout until incoming animation is complete.
topIsFullscreen = mTopIsFullscreen && mStatusBar.isAnimatingLw();
// Transient status bar on the lockscreen is not allowed
if (mForceStatusBarFromKeyguard && mStatusBarController.isTransientShowing()) {
mStatusBarController.updateVisibilityLw(false /*transientAllowed*/,
mLastSystemUiFlags, mLastSystemUiFlags);
}
} else if (mTopFullscreenOpaqueWindowState != null) {
if (localLOGV) {
Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()