Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3957,7 +3957,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { if (!isKeyguardShowing) { if (!isKeyguardShowing) { navTranslucent &= areTranslucentBarsAllowed(); navTranslucent &= areTranslucentBarsAllowed(); } } boolean statusBarExpandedNotKeyguard = !isKeyguardShowing boolean statusBarExpandedNotKeyguard = !isKeyguardShowing && mStatusBar != null && mStatusBar.getAttrs().height == MATCH_PARENT && mStatusBar.getAttrs().height == MATCH_PARENT && mStatusBar.getAttrs().width == MATCH_PARENT; && mStatusBar.getAttrs().width == MATCH_PARENT; Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3957,7 +3957,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { if (!isKeyguardShowing) { if (!isKeyguardShowing) { navTranslucent &= areTranslucentBarsAllowed(); navTranslucent &= areTranslucentBarsAllowed(); } } boolean statusBarExpandedNotKeyguard = !isKeyguardShowing boolean statusBarExpandedNotKeyguard = !isKeyguardShowing && mStatusBar != null && mStatusBar.getAttrs().height == MATCH_PARENT && mStatusBar.getAttrs().height == MATCH_PARENT && mStatusBar.getAttrs().width == MATCH_PARENT; && mStatusBar.getAttrs().width == MATCH_PARENT; Loading