summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LiveFolderInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/LiveFolderInfo.java')
-rw-r--r--src/com/android/launcher2/LiveFolderInfo.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/com/android/launcher2/LiveFolderInfo.java b/src/com/android/launcher2/LiveFolderInfo.java
index 5b1217c15..7d0a0f58f 100644
--- a/src/com/android/launcher2/LiveFolderInfo.java
+++ b/src/com/android/launcher2/LiveFolderInfo.java
@@ -19,6 +19,7 @@ package com.android.launcher2;
import android.content.ContentValues;
import android.content.Intent;
import android.graphics.drawable.Drawable;
+import android.graphics.Bitmap;
import android.net.Uri;
class LiveFolderInfo extends FolderInfo {
@@ -41,12 +42,7 @@ class LiveFolderInfo extends FolderInfo {
/**
* The live folder icon.
*/
- Drawable icon;
-
- /**
- * When set to true, indicates that the icon has been resized.
- */
- boolean filtered;
+ Bitmap icon;
/**
* Reference to the live folder icon as an application's resource.