summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-10-14 01:58:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-10-14 01:58:54 -0700
commit8ebe2c9946d8b741f61de6106198dd408c3afe2b (patch)
tree41c2dea0ad50351ce9f6a99534bbf0dffcb1a7f4
parentd877b59dbb46a53babf1419411313a19598b82f6 (diff)
parent0b11426937b578df5bafd739d2bbe5a073384b93 (diff)
downloadandroid_packages_apps_Gallery2-8ebe2c9946d8b741f61de6106198dd408c3afe2b.tar.gz
android_packages_apps_Gallery2-8ebe2c9946d8b741f61de6106198dd408c3afe2b.tar.bz2
android_packages_apps_Gallery2-8ebe2c9946d8b741f61de6106198dd408c3afe2b.zip
Merge "SnapdragonGallery: update sharpness minvalue" into android-snapdragonGallery.lnx.2.0
-rwxr-xr-x[-rw-r--r--]src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java
index 95f8fd258..9f6af5a9a 100644..100755
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java
@@ -34,7 +34,7 @@ public class ImageFilterSharpen extends ImageFilterRS {
}
public FilterRepresentation getDefaultRepresentation() {
- FilterRepresentation representation = new FilterBasicRepresentation("Sharpen", 0, 0, 100);
+ FilterRepresentation representation = new FilterBasicRepresentation("Sharpen", -100, 0, 100);
representation.setSerializationName(SERIALIZATION_NAME);
representation.setShowParameterValue(true);
representation.setFilterClass(ImageFilterSharpen.class);