From c0759f5090d9539d82ddc944b9f2da767c36b251 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Thu, 3 Feb 2011 16:47:14 -0800 Subject: Reducing memory impact of hardware layers in Launcher - Disabling hardware layers in customize tray - Destroying hardware layers for pages in All Apps that are not visible - Re-adding CachedTextView for icons in customize tray (to regain some of the lost performance there) --- src/com/android/launcher2/PagedViewIcon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher2/PagedViewIcon.java') diff --git a/src/com/android/launcher2/PagedViewIcon.java b/src/com/android/launcher2/PagedViewIcon.java index ca67d2f42..1366619f8 100644 --- a/src/com/android/launcher2/PagedViewIcon.java +++ b/src/com/android/launcher2/PagedViewIcon.java @@ -40,7 +40,7 @@ import android.widget.TextView; * An icon on a PagedView, specifically for items in the launcher's paged view (with compound * drawables on the top). */ -public class PagedViewIcon extends TextView implements Checkable { +public class PagedViewIcon extends CachedTextView implements Checkable { private static final String TAG = "PagedViewIcon"; // holographic outline -- cgit v1.2.3