summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2016-01-15 16:47:43 -0800
committerAdam Cohen <adamcohen@google.com>2016-02-12 17:28:31 -0800
commitf9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7 (patch)
tree086983d60ee5f540e1ce391976c95427d065ea04 /src/com/android/launcher3/BubbleTextView.java
parentc338ea74c2c909927246fc604b049d5dcc773f81 (diff)
downloadandroid_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.gz
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.bz2
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.zip
Refactor FolderIcon to separate the preview effect into it's own class
-> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
Diffstat (limited to 'src/com/android/launcher3/BubbleTextView.java')
-rw-r--r--src/com/android/launcher3/BubbleTextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java
index ed1443954..dddd826c4 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -25,7 +25,6 @@ import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Region;
-import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Build;
@@ -41,6 +40,7 @@ import android.view.ViewParent;
import android.widget.TextView;
import com.android.launcher3.IconCache.IconLoadRequest;
+import com.android.launcher3.folder.FolderIcon;
import com.android.launcher3.model.PackageItemInfo;
import java.text.NumberFormat;