Loading core/java/android/view/ViewGroup.java +6 −4 Original line number Diff line number Diff line Loading @@ -2224,12 +2224,14 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager final View[] children = mChildren; for (int i = 0; i < count; i++) { final View child = children[i]; if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { child.mRecreateDisplayList = (child.mPrivateFlags & INVALIDATED) == INVALIDATED; child.mPrivateFlags &= ~INVALIDATED; child.getDisplayList(); child.mRecreateDisplayList = false; } } } /** * Draw one child of this View Group. This method is responsible for getting Loading packages/SystemUI/res/values-xlarge/colors.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <drawable name="status_bar_background">#000000</drawable> <drawable name="notification_icon_area_smoke">#CC000000</drawable> <drawable name="notification_icon_area_smoke">#aa000000</drawable> </resources> Loading
core/java/android/view/ViewGroup.java +6 −4 Original line number Diff line number Diff line Loading @@ -2224,12 +2224,14 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager final View[] children = mChildren; for (int i = 0; i < count; i++) { final View child = children[i]; if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { child.mRecreateDisplayList = (child.mPrivateFlags & INVALIDATED) == INVALIDATED; child.mPrivateFlags &= ~INVALIDATED; child.getDisplayList(); child.mRecreateDisplayList = false; } } } /** * Draw one child of this View Group. This method is responsible for getting Loading
packages/SystemUI/res/values-xlarge/colors.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <drawable name="status_bar_background">#000000</drawable> <drawable name="notification_icon_area_smoke">#CC000000</drawable> <drawable name="notification_icon_area_smoke">#aa000000</drawable> </resources>