summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.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/LauncherStateTransitionAnimation.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/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index f5af979ce..85467e06a 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -31,8 +31,8 @@ import android.view.animation.AccelerateInterpolator;
import com.android.launcher3.allapps.AllAppsContainerView;
import com.android.launcher3.allapps.AllAppsTransitionController;
import com.android.launcher3.anim.AnimationLayerSet;
-import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.anim.CircleRevealOutlineProvider;
+import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.util.Thunk;
import com.android.launcher3.widget.WidgetsContainerView;