OSDN Git Service

refactoring to make Editor classes do more
authorJohn Hoford <hoford@google.com>
Mon, 11 Mar 2013 18:10:22 +0000 (11:10 -0700)
committerJohn Hoford <hoford@google.com>
Mon, 11 Mar 2013 21:22:57 +0000 (14:22 -0700)
commit6a07dfbe03c8396cc43840a1630ea480a2cff663
tree06e5bbf6e9accadbf90bc35bd7ad38afa1604c95
parentde175c806c524e08b4ca7c6ec991a5610c3856d9
refactoring to make Editor classes do more

Change-Id: Id0885929cf3a9410bd0e5d3bf96eb99e8c7e1cf9
18 files changed:
res/drawable/filtershow_vertical_line.xml [new file with mode: 0644]
res/layout-land/filtershow_activity.xml
res/layout/filtershow_activity.xml
res/layout/filtershow_default_editor.xml
res/layout/filtershow_tiny_planet_editor.xml
res/layout/filtershow_vignette_editor.xml
res/layout/filtershow_zoom_editor.xml
res/values/filtershow_color.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/editors/BasicEditor.java
src/com/android/gallery3d/filtershow/editors/Editor.java
src/com/android/gallery3d/filtershow/editors/EditorCurves.java
src/com/android/gallery3d/filtershow/editors/EditorStraighten.java
src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java
src/com/android/gallery3d/filtershow/imageshow/GeometryMetadata.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java