summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-06-14 16:18:21 -0700
committerMichael Jurka <mikejurka@google.com>2012-06-19 10:32:38 -0700
commit629758ff081a354e43aa409159211210ee4ee85a (patch)
tree50ac88ed4458f6bbf2b93e3475ddfa5270f3c176 /src/com/android/launcher2/CellLayout.java
parent5fc8bc787cad88d72790523b35c1b822273cda44 (diff)
downloadandroid_packages_apps_Trebuchet-629758ff081a354e43aa409159211210ee4ee85a.tar.gz
android_packages_apps_Trebuchet-629758ff081a354e43aa409159211210ee4ee85a.tar.bz2
android_packages_apps_Trebuchet-629758ff081a354e43aa409159211210ee4ee85a.zip
Remove unnecessary use of some private APIs
Change-Id: Idaba6833ddf4a8615845ca2f643c458bdeb9c403
Diffstat (limited to 'src/com/android/launcher2/CellLayout.java')
-rw-r--r--src/com/android/launcher2/CellLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index c028ff1dc..0760ee25d 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -17,9 +17,9 @@
package com.android.launcher2;
import android.animation.Animator;
+import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
-import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;