summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-02-12 16:06:15 -0800
committernicolasroard <nicolasroard@google.com>2013-02-12 16:06:28 -0800
commit66b293e3d57988899a7fd5f1883e15f9d74b4a93 (patch)
tree5cee93bebef217977460354bc646608bc348ef01 /src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java
parente5349356383416c813db70544624cf2f3d72a65c (diff)
downloadandroid_packages_apps_Snap-66b293e3d57988899a7fd5f1883e15f9d74b4a93.tar.gz
android_packages_apps_Snap-66b293e3d57988899a7fd5f1883e15f9d74b4a93.tar.bz2
android_packages_apps_Snap-66b293e3d57988899a7fd5f1883e15f9d74b4a93.zip
Turn back on the state panel
Change-Id: I22706078d4026ce4e24917c484a30a56de431983
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java
index f6f308dba..2410ebe72 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterBasicRepresentation.java
@@ -121,4 +121,8 @@ public class FilterBasicRepresentation extends FilterRepresentation {
public void setPreviewValue(int previewValue) {
mPreviewValue = previewValue;
}
+
+ public String getStateRepresentation() {
+ return "" + getValue();
+ }
}