summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-14 15:08:28 -0800
committerJohn Hoford <hoford@google.com>2013-02-14 15:33:30 -0800
commit7847563eaa8e039cd196a695485c322d81b1967e (patch)
tree45ad68e1db00eab55d52089b1a8ad62db1787cdd /src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
parent3c2fca3fe03888a3db308eea5e69b38479433706 (diff)
downloadandroid_packages_apps_Snap-7847563eaa8e039cd196a695485c322d81b1967e.tar.gz
android_packages_apps_Snap-7847563eaa8e039cd196a695485c322d81b1967e.tar.bz2
android_packages_apps_Snap-7847563eaa8e039cd196a695485c322d81b1967e.zip
refactor to support many filter based on RedEye
Change-Id: I92ff19d8f750f5bf4c188129580e22990874501e
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java b/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
index 58d3afa3b..a40d4fa3b 100644
--- a/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
+++ b/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 The Android Open Source Project
+ * Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package com.android.gallery3d.filtershow.filters;
import android.graphics.RectF;
-public class RedEyeCandidate {
+public class RedEyeCandidate implements FilterPoint {
RectF mRect = new RectF();
RectF mBounds = new RectF();