Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −0 Original line number Diff line number Diff line Loading @@ -388,6 +388,7 @@ public class ScreenDecorations extends SystemUI implements Tunable { mBounds.set(mInfo.displayCutout.getBounds()); localBounds(mBoundingRect); mInfo.displayCutout.getBounds().getBoundaryPath(mBoundingPath); invalidate(); newVisible = VISIBLE; } else { newVisible = GONE; Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −0 Original line number Diff line number Diff line Loading @@ -388,6 +388,7 @@ public class ScreenDecorations extends SystemUI implements Tunable { mBounds.set(mInfo.displayCutout.getBounds()); localBounds(mBoundingRect); mInfo.displayCutout.getBounds().getBoundaryPath(mBoundingPath); invalidate(); newVisible = VISIBLE; } else { newVisible = GONE; Loading