Loading core/java/com/android/internal/policy/DecorView.java +6 −1 Original line number Diff line number Diff line Loading @@ -630,7 +630,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind drawingBounds.bottom -= framePadding.bottom - frameOffsets.bottom; } Drawable bg = getBackground(); Drawable bg = super.getBackground(); if (bg != null) { bg.setBounds(drawingBounds); } Loading Loading @@ -1238,6 +1238,11 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind mLastOriginalBackgroundDrawable = mOriginalBackgroundDrawable; } @Override public Drawable getBackground() { return mOriginalBackgroundDrawable; } private int calculateStatusBarColor() { return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_STATUS, mSemiTransparentBarColor, mWindow.mStatusBarColor, Loading Loading
core/java/com/android/internal/policy/DecorView.java +6 −1 Original line number Diff line number Diff line Loading @@ -630,7 +630,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind drawingBounds.bottom -= framePadding.bottom - frameOffsets.bottom; } Drawable bg = getBackground(); Drawable bg = super.getBackground(); if (bg != null) { bg.setBounds(drawingBounds); } Loading Loading @@ -1238,6 +1238,11 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind mLastOriginalBackgroundDrawable = mOriginalBackgroundDrawable; } @Override public Drawable getBackground() { return mOriginalBackgroundDrawable; } private int calculateStatusBarColor() { return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_STATUS, mSemiTransparentBarColor, mWindow.mStatusBarColor, Loading