Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +3 −4 Original line number Diff line number Diff line Loading @@ -196,6 +196,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override protected void onConfigurationChanged(Configuration newConfig) { updateOrientation(); if (shouldDrawCutout() && mOverlay == null) { setupDecorations(); } } protected void updateOrientation() { Loading @@ -207,10 +210,6 @@ public class ScreenDecorations extends SystemUI implements Tunable { updateLayoutParams(); updateViews(); } if (shouldDrawCutout() && mOverlay == null) { setupDecorations(); } } } Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +3 −4 Original line number Diff line number Diff line Loading @@ -196,6 +196,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override protected void onConfigurationChanged(Configuration newConfig) { updateOrientation(); if (shouldDrawCutout() && mOverlay == null) { setupDecorations(); } } protected void updateOrientation() { Loading @@ -207,10 +210,6 @@ public class ScreenDecorations extends SystemUI implements Tunable { updateLayoutParams(); updateViews(); } if (shouldDrawCutout() && mOverlay == null) { setupDecorations(); } } } Loading