summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/BubbleTextView.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-22 21:02:29 -0800
committerMichael Jurka <mikejurka@google.com>2011-11-28 10:51:22 -0800
commit92f3d46cf35e78891f73226e81f8ca7e9a7f4d92 (patch)
treef4fafb2bfa47a024b40cc2c75a990a43fb9f022b /src/com/android/launcher2/BubbleTextView.java
parent8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff)
downloadandroid_packages_apps_Trebuchet-92f3d46cf35e78891f73226e81f8ca7e9a7f4d92.tar.gz
android_packages_apps_Trebuchet-92f3d46cf35e78891f73226e81f8ca7e9a7f4d92.tar.bz2
android_packages_apps_Trebuchet-92f3d46cf35e78891f73226e81f8ca7e9a7f4d92.zip
Clean up unused code and import declarations
Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
Diffstat (limited to 'src/com/android/launcher2/BubbleTextView.java')
-rw-r--r--src/com/android/launcher2/BubbleTextView.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java
index 49c47cef7..dc498a403 100644
--- a/src/com/android/launcher2/BubbleTextView.java
+++ b/src/com/android/launcher2/BubbleTextView.java
@@ -16,8 +16,6 @@
package com.android.launcher2;
-import com.android.launcher.R;
-
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
@@ -30,9 +28,10 @@ import android.graphics.Region.Op;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.MotionEvent;
-import android.view.View;
import android.widget.TextView;
+import com.android.launcher.R;
+
/**
* TextView that draws a bubble behind the text. We cannot use a LineBackgroundSpan
* because we want to make the bubble taller than the text and TextView's clip is