OSDN Git Service

refactor the filter/editor relationship
authorJohn Hoford <hoford@google.com>
Fri, 18 Jan 2013 16:59:35 +0000 (08:59 -0800)
committerJohn Hoford <hoford@google.com>
Fri, 18 Jan 2013 23:53:52 +0000 (15:53 -0800)
commit5aa08941bda0cfbcfba522c53937dd66867f890d
tree946a3f70098b010b102007279ad73681fb4cf3d0
parenteebf9e81673150a6c4fec89b64e3cdb595377c83
refactor the filter/editor relationship

Change-Id: I1f9a735166c28c65734fbb85201774fb6f664076
16 files changed:
res/layout/filtershow_activity.xml
res/layout/filtershow_default_editor.xml [new file with mode: 0644]
res/values/filtershow_ids.xml
src/com/android/gallery3d/filtershow/EditorPlaceHolder.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/editors/BasicEditor.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/Editor.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorCurves.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorZoom.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilter.java
src/com/android/gallery3d/filtershow/filters/ImageFilterHue.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java [new file with mode: 0644]