Merge "Fixing wrong views being made visible when opening all apps" into ub-now-porkchop

This commit is contained in:
Sunny Goyal
2014-09-12 14:45:45 +00:00
committed by Android (Google) Code Review
+1 -4
View File
@@ -959,10 +959,7 @@ public class CellLayout extends ViewGroup {
}
public void setShortcutAndWidgetAlpha(float alpha) {
final int childCount = getChildCount();
for (int i = 0; i < childCount; i++) {
getChildAt(i).setAlpha(alpha);
}
mShortcutsAndWidgets.setAlpha(alpha);
}
public ShortcutAndWidgetContainer getShortcutsAndWidgets() {