Merge commit '67d90e9d46aa9f26472861e48c69c8e8a28ece21' into eclair-mr2-plus-aosp * commit '67d90e9d46aa9f26472861e48c69c8e8a28ece21': Bug 2244530 - Disable the attempt at not flickering. It's interfering with the frame rate while rollo animates in.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user