summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-06-25 13:06:43 -0700
committerMichael Jurka <mikejurka@google.com>2012-06-25 13:06:43 -0700
commitb1daa48fc8245a2cdb843da0977b7147c7891f7e (patch)
treed55d8e850d246a988a431fff3205fb5356a5f0e2 /src
parent8c3339bde96d11fd1d7f818cd39e7438e309ffd1 (diff)
downloadandroid_packages_apps_Trebuchet-b1daa48fc8245a2cdb843da0977b7147c7891f7e.tar.gz
android_packages_apps_Trebuchet-b1daa48fc8245a2cdb843da0977b7147c7891f7e.tar.bz2
android_packages_apps_Trebuchet-b1daa48fc8245a2cdb843da0977b7147c7891f7e.zip
Remove unneeded imports
Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/AppsCustomizePagedView.java1
-rw-r--r--src/com/android/launcher2/CellLayout.java1
-rw-r--r--src/com/android/launcher2/HolographicOutlineHelper.java1
-rw-r--r--src/com/android/launcher2/Workspace.java2
4 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java
index 0b8b268a9..d55260c86 100644
--- a/src/com/android/launcher2/AppsCustomizePagedView.java
+++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -34,7 +34,6 @@ import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.graphics.ColorMatrix;
import android.graphics.ColorMatrixColorFilter;
-import android.graphics.MaskFilter;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.PorterDuff;
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index 8319cb70c..ccc842e5e 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -19,7 +19,6 @@ package com.android.launcher2;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
-import android.animation.ObjectAnimator;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;
diff --git a/src/com/android/launcher2/HolographicOutlineHelper.java b/src/com/android/launcher2/HolographicOutlineHelper.java
index 625c46710..1e990dcff 100644
--- a/src/com/android/launcher2/HolographicOutlineHelper.java
+++ b/src/com/android/launcher2/HolographicOutlineHelper.java
@@ -19,7 +19,6 @@ package com.android.launcher2;
import android.graphics.Bitmap;
import android.graphics.BlurMaskFilter;
import android.graphics.Canvas;
-import android.graphics.MaskFilter;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java
index 87b0c3d29..ede7d884e 100644
--- a/src/com/android/launcher2/Workspace.java
+++ b/src/com/android/launcher2/Workspace.java
@@ -34,7 +34,6 @@ import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
-import android.graphics.Paint;
import android.graphics.Point;
import android.graphics.PointF;
import android.graphics.Rect;
@@ -43,7 +42,6 @@ import android.graphics.drawable.Drawable;
import android.os.IBinder;
import android.os.Parcelable;
import android.util.AttributeSet;
-import android.util.DisplayMetrics;
import android.util.Log;
import android.view.Display;
import android.view.MotionEvent;