am 06d12abf: Merge change I464c055a into eclair

Merge commit '06d12abf6368e7b2277e70332e945d6fcf5ee1c8' into eclair-mr2

* commit '06d12abf6368e7b2277e70332e945d6fcf5ee1c8':
  Bug 2244530 - Disable the attempt at not flickering.  It's interfering with the frame rate while rollo animates in.
This commit is contained in:
Joe Onorato
2009-11-12 23:09:19 -08:00
committed by Android Git Automerger
+2
View File
@@ -483,6 +483,7 @@ public class Workspace extends ViewGroup implements DropTarget, DragSource, Drag
@Override
protected void dispatchDraw(Canvas canvas) {
/*
final boolean allAppsOpaque = mLauncher.isAllAppsOpaque();
if (mFading == allAppsOpaque) {
invalidate();
@@ -494,6 +495,7 @@ public class Workspace extends ViewGroup implements DropTarget, DragSource, Drag
canvas.drawARGB(0xff, 0, 0, 0);
return;
}
*/
boolean restore = false;
int restoreCount = 0;