summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-12 18:58:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-12 18:58:03 -0800
commit06d12abf6368e7b2277e70332e945d6fcf5ee1c8 (patch)
tree9e11a5b07fed34b974124880b94f4fe0fc38eb05 /src
parentf2826c7e2131ad9d81810b4bd7e3f0b120bbc97c (diff)
parent464c055a7a4eff55145e477859d880a403a3087a (diff)
downloadandroid_packages_apps_Trebuchet-06d12abf6368e7b2277e70332e945d6fcf5ee1c8.tar.gz
android_packages_apps_Trebuchet-06d12abf6368e7b2277e70332e945d6fcf5ee1c8.tar.bz2
android_packages_apps_Trebuchet-06d12abf6368e7b2277e70332e945d6fcf5ee1c8.zip
Merge change I464c055a into eclair
* changes: Bug 2244530 - Disable the attempt at not flickering. It's interfering with the frame rate while rollo animates in.
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/Workspace.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java
index dc8a5ccde..885315810 100644
--- a/src/com/android/launcher2/Workspace.java
+++ b/src/com/android/launcher2/Workspace.java
@@ -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;