summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherViewPropertyAnimator.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-04-22 15:08:42 +0200
committerMichael Jurka <mikejurka@google.com>2013-04-22 15:08:42 +0200
commit032e6bad1ba588ed8a884fb8f28fb8596efac480 (patch)
tree9044ca366aa6d038124c6f8235dfaaab01d251e5 /src/com/android/launcher2/LauncherViewPropertyAnimator.java
parent579681f14399554629e28d32df7bf1e5da0b2bf5 (diff)
downloadandroid_packages_apps_Trebuchet-032e6bad1ba588ed8a884fb8f28fb8596efac480.tar.gz
android_packages_apps_Trebuchet-032e6bad1ba588ed8a884fb8f28fb8596efac480.tar.bz2
android_packages_apps_Trebuchet-032e6bad1ba588ed8a884fb8f28fb8596efac480.zip
Clean up unused code
Diffstat (limited to 'src/com/android/launcher2/LauncherViewPropertyAnimator.java')
-rw-r--r--src/com/android/launcher2/LauncherViewPropertyAnimator.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher2/LauncherViewPropertyAnimator.java b/src/com/android/launcher2/LauncherViewPropertyAnimator.java
index 83b745eb5..258b2f4b9 100644
--- a/src/com/android/launcher2/LauncherViewPropertyAnimator.java
+++ b/src/com/android/launcher2/LauncherViewPropertyAnimator.java
@@ -19,9 +19,8 @@ package com.android.launcher2;
import android.animation.Animator;
import android.animation.Animator.AnimatorListener;
import android.animation.TimeInterpolator;
-import android.animation.ValueAnimator;
-import android.view.ViewPropertyAnimator;
import android.view.View;
+import android.view.ViewPropertyAnimator;
import java.util.ArrayList;
import java.util.EnumSet;