summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterPoint.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
commit12017c1b3bc314b5fee96c3b2a033d7877ea84e4 (patch)
treee1e945dc0255c1899259e300ff8b87c1b752875f /src/com/android/gallery3d/filtershow/filters/FilterPoint.java
parente0d4962f96a01b0ff403f8149b9e92ae81f58b77 (diff)
downloadandroid_packages_apps_Gallery2-12017c1b3bc314b5fee96c3b2a033d7877ea84e4.tar.gz
android_packages_apps_Gallery2-12017c1b3bc314b5fee96c3b2a033d7877ea84e4.tar.bz2
android_packages_apps_Gallery2-12017c1b3bc314b5fee96c3b2a033d7877ea84e4.zip
refactor to support many filter based on RedEye
Change-Id: I92ff19d8f750f5bf4c188129580e22990874501e
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterPoint.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterPoint.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterPoint.java b/src/com/android/gallery3d/filtershow/filters/FilterPoint.java
new file mode 100644
index 000000000..4520717a1
--- /dev/null
+++ b/src/com/android/gallery3d/filtershow/filters/FilterPoint.java
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.gallery3d.filtershow.filters;
+
+public interface FilterPoint {
+
+}