summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recent
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-06-12 12:41:00 -0400
committerJohn Spurlock <jspurlock@google.com>2013-06-12 14:50:47 -0400
commitde84f0e77ea2bf713d15c290264059a413c2486a (patch)
tree34515d739545ab771ddf32f83d4b75bf38648a0d /packages/SystemUI/src/com/android/systemui/recent
parent43cfbed80ca8fc7f7f7f99c08d7a8f4aa20b6f85 (diff)
downloadframeworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.zip
frameworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.tar.gz
frameworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.tar.bz2
Organize the imports in systemui.
To follow android conventions, more importantly to remove the unused. Change-Id: I75881718e84360a579a3b02c26489ad250bc9227
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/recent')
-rw-r--r--packages/SystemUI/src/com/android/systemui/recent/RecentsVerticalScrollView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recent/RecentsVerticalScrollView.java b/packages/SystemUI/src/com/android/systemui/recent/RecentsVerticalScrollView.java
index 403c643..ee076d9 100644
--- a/packages/SystemUI/src/com/android/systemui/recent/RecentsVerticalScrollView.java
+++ b/packages/SystemUI/src/com/android/systemui/recent/RecentsVerticalScrollView.java
@@ -21,7 +21,6 @@ import android.content.Context;
import android.content.res.Configuration;
import android.database.DataSetObserver;
import android.graphics.Canvas;
-import android.graphics.Paint;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.util.FloatMath;