Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -170,6 +170,9 @@ public class PhoneStatusBarView extends PanelBar { mBar.makeExpandedInvisibleSoon(); mBar.makeExpandedInvisibleSoon(); mFadingPanel = null; mFadingPanel = null; mLastFullyOpenedPanel = null; mLastFullyOpenedPanel = null; if (mScrimColor != 0 && ActivityManager.isHighEndGfx()) { mBar.mStatusBarWindow.setBackgroundColor(0); } } } @Override @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -170,6 +170,9 @@ public class PhoneStatusBarView extends PanelBar { mBar.makeExpandedInvisibleSoon(); mBar.makeExpandedInvisibleSoon(); mFadingPanel = null; mFadingPanel = null; mLastFullyOpenedPanel = null; mLastFullyOpenedPanel = null; if (mScrimColor != 0 && ActivityManager.isHighEndGfx()) { mBar.mStatusBarWindow.setBackgroundColor(0); } } } @Override @Override Loading