summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-06-20 13:55:16 +0800
committerOwen Lin <owenlin@google.com>2012-06-20 13:59:56 +0800
commitd0f79f64c0a7ec68ffcaa98992aae0af22a9cee1 (patch)
treec75b4029df4629bd511c4ed4a3e827303a274c49 /src/com/android/gallery3d/ui
parentf3309d1905996031148f60eff4fcb80688970f28 (diff)
downloadandroid_packages_apps_Gallery2-d0f79f64c0a7ec68ffcaa98992aae0af22a9cee1.tar.gz
android_packages_apps_Gallery2-d0f79f64c0a7ec68ffcaa98992aae0af22a9cee1.tar.bz2
android_packages_apps_Gallery2-d0f79f64c0a7ec68ffcaa98992aae0af22a9cee1.zip
Move LongSparseArray into Gallery for unbundling.
Change-Id: Ifa0d06818a2d21bd8ddeabe808d792f39c31322f
Diffstat (limited to 'src/com/android/gallery3d/ui')
-rw-r--r--src/com/android/gallery3d/ui/TileImageView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/ui/TileImageView.java b/src/com/android/gallery3d/ui/TileImageView.java
index 0c6086d1c..adbf850c1 100644
--- a/src/com/android/gallery3d/ui/TileImageView.java
+++ b/src/com/android/gallery3d/ui/TileImageView.java
@@ -21,9 +21,9 @@ import android.graphics.Point;
import android.graphics.Rect;
import android.graphics.RectF;
import android.util.FloatMath;
-import android.util.LongSparseArray;
import com.android.gallery3d.app.GalleryContext;
+import com.android.gallery3d.common.LongSparseArray;
import com.android.gallery3d.common.Utils;
import com.android.gallery3d.data.BitmapPool;
import com.android.gallery3d.data.DecodeUtils;