summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/LocationClustering.java
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-03-14 17:27:24 +0800
committerOwen Lin <owenlin@google.com>2012-03-14 17:28:00 +0800
commit2b3ee0ea07246b859a5b75d8a6102a7cce7ec838 (patch)
tree86ef32c3c701f52f9450b4d3cbe298e38f72a5a8 /src/com/android/gallery3d/data/LocationClustering.java
parent52cf405c5e6758aec1dd14b4b9e80909ffe72e76 (diff)
downloadandroid_packages_apps_Gallery2-2b3ee0ea07246b859a5b75d8a6102a7cce7ec838.tar.gz
android_packages_apps_Gallery2-2b3ee0ea07246b859a5b75d8a6102a7cce7ec838.tar.bz2
android_packages_apps_Gallery2-2b3ee0ea07246b859a5b75d8a6102a7cce7ec838.zip
Reorganize import for all files.
Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
Diffstat (limited to 'src/com/android/gallery3d/data/LocationClustering.java')
-rw-r--r--src/com/android/gallery3d/data/LocationClustering.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/data/LocationClustering.java b/src/com/android/gallery3d/data/LocationClustering.java
index 9f3a35890..b36bd63da 100644
--- a/src/com/android/gallery3d/data/LocationClustering.java
+++ b/src/com/android/gallery3d/data/LocationClustering.java
@@ -16,16 +16,16 @@
package com.android.gallery3d.data;
-import com.android.gallery3d.R;
-import com.android.gallery3d.util.ReverseGeocoder;
-import com.android.gallery3d.util.GalleryUtils;
-
import android.content.Context;
import android.os.Handler;
import android.os.Looper;
import android.util.FloatMath;
import android.widget.Toast;
+import com.android.gallery3d.R;
+import com.android.gallery3d.util.GalleryUtils;
+import com.android.gallery3d.util.ReverseGeocoder;
+
import java.util.ArrayList;
class LocationClustering extends Clustering {