summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-01-28 16:36:46 -0800
committernicolasroard <nicolasroard@google.com>2013-02-05 00:03:18 -0800
commit71f04cbaedbb89e313e0b86b531640db2d3f6016 (patch)
tree60ef6e25872e177dd50044184c84ee681af07d21 /src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
parenta93d583970819f2bea4b12f1233655fb9ede3387 (diff)
downloadandroid_packages_apps_Gallery2-71f04cbaedbb89e313e0b86b531640db2d3f6016.tar.gz
android_packages_apps_Gallery2-71f04cbaedbb89e313e0b86b531640db2d3f6016.tar.bz2
android_packages_apps_Gallery2-71f04cbaedbb89e313e0b86b531640db2d3f6016.zip
Refactor filters parameters
- introduce FilterRepresentations - change filters lifecycle Change-Id: I9416fca47a334d532a347cd5577795738c870933
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
index 9ae6f511e..03780908c 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java
@@ -45,7 +45,7 @@ public class ImageFilterRedEye extends ImageFilter {
@Override
public int getEditingViewId() {
- return R.id.imageRedEyes;
+ return R.id.imageRedEyes;
}
@Override
@@ -61,7 +61,6 @@ public class ImageFilterRedEye extends ImageFilter {
return filter;
}
- @Override
public boolean isNil() {
if (mCandidates != null && mCandidates.size() > 0) {
return false;