summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-15 22:10:43 -0700
committerJohn Hoford <hoford@google.com>2013-04-17 09:39:13 -0700
commit0c53bbc7da61556d5af8e7f8c6be6cf96432012e (patch)
tree75fd593a2368045f282d80db8b7aeb18694a5669 /src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java
parent70c1e959b8eaf7bd1bda12ae24e4b9164bab5bdf (diff)
downloadandroid_packages_apps_Snap-0c53bbc7da61556d5af8e7f8c6be6cf96432012e.tar.gz
android_packages_apps_Snap-0c53bbc7da61556d5af8e7f8c6be6cf96432012e.tar.bz2
android_packages_apps_Snap-0c53bbc7da61556d5af8e7f8c6be6cf96432012e.zip
Support for save state in images
bug:8626775 Change-Id: I2a34a6027b23dab9c1802f672bfbf399cac0c4f7
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java
index 3511c67af..56d75178e 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java
@@ -11,6 +11,7 @@ public class FilterCurvesRepresentation extends FilterRepresentation {
public FilterCurvesRepresentation() {
super("Curves");
+ setSerializationName("CURVES");
setFilterClass(ImageFilterCurves.class);
setTextId(R.string.curvesRGB);
setButtonId(R.id.curvesButtonRGB);