am 778eaf4b: Merge "Disallow transient status bar on the keyguard." into klp-dev
* commit '778eaf4bece18d08e91df1d405337a18c3abcd57': Disallow transient status bar on the keyguard.
This commit is contained in:
@@ -3468,6 +3468,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
|||||||
}
|
}
|
||||||
// Maintain fullscreen layout until incoming animation is complete.
|
// Maintain fullscreen layout until incoming animation is complete.
|
||||||
topIsFullscreen = mTopIsFullscreen && mStatusBar.isAnimatingLw();
|
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) {
|
} else if (mTopFullscreenOpaqueWindowState != null) {
|
||||||
if (localLOGV) {
|
if (localLOGV) {
|
||||||
Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()
|
Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()
|
||||||
|
|||||||
Reference in New Issue
Block a user