summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAnimUtils.java
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-03-28 12:23:22 -0700
committerMario Bertschler <bmario@google.com>2017-03-28 12:23:22 -0700
commitc06af333cbcebb183d13d004cccf5c9d69a70af0 (patch)
tree0634b7e10d694c2f57fd9680014d8889c65957ee /src/com/android/launcher3/LauncherAnimUtils.java
parentbea3a6ba7e7abd2460216459b4690fa6f5e6c4b3 (diff)
downloadandroid_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.tar.gz
android_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.tar.bz2
android_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.zip
Minor Refactoring only: no functional change
- organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
Diffstat (limited to 'src/com/android/launcher3/LauncherAnimUtils.java')
-rw-r--r--src/com/android/launcher3/LauncherAnimUtils.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher3/LauncherAnimUtils.java b/src/com/android/launcher3/LauncherAnimUtils.java
index aa7f5ee5f..2be2021f1 100644
--- a/src/com/android/launcher3/LauncherAnimUtils.java
+++ b/src/com/android/launcher3/LauncherAnimUtils.java
@@ -23,9 +23,7 @@ import android.animation.PropertyValuesHolder;
import android.animation.ValueAnimator;
import android.util.Property;
import android.view.View;
-import android.view.ViewGroup;
import android.view.ViewTreeObserver;
-import android.widget.ViewAnimator;
import java.util.HashSet;
import java.util.WeakHashMap;