summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-30 19:49:37 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-30 19:49:37 -0700
commita91b07de99bf0ef2f93d5a4bead52f864e039c69 (patch)
treef80d3c223d42e245e83e176ae094c572b832982b /src
parent45d0370b6cb9c71f68c1f3555bd835b8e9d92d71 (diff)
parent8ff8713e55227ee048a3d37ae8c32f2a2972136d (diff)
downloadandroid_packages_apps_Trebuchet-a91b07de99bf0ef2f93d5a4bead52f864e039c69.tar.gz
android_packages_apps_Trebuchet-a91b07de99bf0ef2f93d5a4bead52f864e039c69.tar.bz2
android_packages_apps_Trebuchet-a91b07de99bf0ef2f93d5a4bead52f864e039c69.zip
Merge "Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)"
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/AppsCustomizePagedView.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java
index 4dd667b58..ca4d61448 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -711,9 +711,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
layout.createHardwareLayers();
+ /* TEMPORARILY DISABLE HOLOGRAPHIC ICONS
if (mFadeInAdjacentScreens) {
prepareGenerateHoloOutlinesTask(page, items, images);
}
+ */
}
/**
@@ -1132,9 +1134,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
invalidate();
forceUpdateAdjacentPagesAlpha();
+ /* TEMPORARILY DISABLE HOLOGRAPHIC ICONS
if (mFadeInAdjacentScreens) {
prepareGenerateHoloOutlinesTask(data.page, data.items, data.generatedImages);
}
+ */
}
private void onHolographicPageItemsLoaded(AsyncTaskPageData data) {
// Invalidate early to short-circuit children invalidates