summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/EditorCurves.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-07-22 14:08:04 -0700
committernicolasroard <nicolasroard@google.com>2013-07-22 14:08:04 -0700
commit6f441a571084b039553c1b8bea29b44381776cf3 (patch)
tree0e39a0ddbd7ebae25ddb133f24f6a2bbe25e9a49 /src/com/android/gallery3d/filtershow/editors/EditorCurves.java
parent76d39416cba8f8fe9f09f3387c324895d72b7afc (diff)
downloadandroid_packages_apps_Snap-6f441a571084b039553c1b8bea29b44381776cf3.tar.gz
android_packages_apps_Snap-6f441a571084b039553c1b8bea29b44381776cf3.tar.bz2
android_packages_apps_Snap-6f441a571084b039553c1b8bea29b44381776cf3.zip
Move ImageCurves to the ImageShow package
Change-Id: I458d20df930b9228dcbc60c3ec27f74b152d38cf
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/EditorCurves.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorCurves.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorCurves.java b/src/com/android/gallery3d/filtershow/editors/EditorCurves.java
index d84d9fc8d..83fbced79 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorCurves.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorCurves.java
@@ -17,13 +17,12 @@
package com.android.gallery3d.filtershow.editors;
import android.content.Context;
-import android.view.View;
import android.widget.FrameLayout;
import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.filters.FilterCurvesRepresentation;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
-import com.android.gallery3d.filtershow.ui.ImageCurves;
+import com.android.gallery3d.filtershow.imageshow.ImageCurves;
public class EditorCurves extends Editor {
public static final int ID = R.id.imageCurves;