am f1a22399: am 2a5bc113: DO NOT MERGE

* commit 'f1a22399b17dbd32dd27cc0bc49211701b335735':
  DO NOT MERGE
This commit is contained in:
Michael Jurka
2012-02-14 20:13:50 -08:00
committed by Android Git Automerger
+2 -1
View File
@@ -1724,7 +1724,7 @@ public class Workspace extends SmoothPagedView
invalidate();
for (int i = 0; i < getChildCount(); i++) {
final CellLayout cl = (CellLayout) getChildAt(i);
cl.fastInvalidate();
cl.invalidate();
cl.setFastTranslationX(a * mOldTranslationXs[i] + b * mNewTranslationXs[i]);
cl.setFastTranslationY(a * mOldTranslationYs[i] + b * mNewTranslationYs[i]);
cl.setFastScaleX(a * mOldScaleXs[i] + b * mNewScaleXs[i]);
@@ -1734,6 +1734,7 @@ public class Workspace extends SmoothPagedView
cl.setBackgroundAlphaMultiplier(a * mOldBackgroundAlphaMultipliers[i] +
b * mNewBackgroundAlphaMultipliers[i]);
cl.setFastAlpha(a * mOldAlphas[i] + b * mNewAlphas[i]);
cl.invalidate();
}
syncChildrenLayersEnabledOnVisiblePages();
}