summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-05 03:48:34 -0700
committernicolasroard <nicolasroard@google.com>2012-10-05 12:23:05 -0700
commit14dafd63b69f3908b7374a8c0c49762813a454f5 (patch)
tree4e60626e0e10c14b309f181bafab5a270b1f932b /src/com/android/gallery3d/filtershow
parenta592c2961eae0d5712cb7c05a249e19a267d79d3 (diff)
downloadandroid_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.tar.gz
android_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.tar.bz2
android_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.zip
New UI...
bug:7289525 bug:7289361 Change-Id: Ifde15d57f0d307417a1c7a7ae9b1122be873558f
Diffstat (limited to 'src/com/android/gallery3d/filtershow')
-rw-r--r--src/com/android/gallery3d/filtershow/presets/ImagePreset.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
index 69b3f0939..8dd81d4d0 100644
--- a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
+++ b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
@@ -1,8 +1,6 @@
package com.android.gallery3d.filtershow.presets;
-import java.util.Vector;
-
import android.graphics.Bitmap;
import android.graphics.RectF;
import android.util.Log;
@@ -12,6 +10,8 @@ import com.android.gallery3d.filtershow.filters.ImageFilter;
import com.android.gallery3d.filtershow.filters.ImageFilterStraighten;
import com.android.gallery3d.filtershow.imageshow.ImageShow;
+import java.util.Vector;
+
public class ImagePreset {
private static final String LOGTAG = "ImagePreset";