OSDN Git Service

refactor the geometry code
authorJohn Hoford <hoford@google.com>
Wed, 27 Feb 2013 16:41:19 +0000 (08:41 -0800)
committerJohn Hoford <hoford@google.com>
Thu, 28 Feb 2013 01:32:01 +0000 (17:32 -0800)
commitd61a2f9fcaad0309132b6b9b666c3dc6df62fed7
tree41dc510d46b06326ce049fa8aa3f9ae2497f41b6
parente1d875757bbe6634d7224c4f759d904688de4013
refactor the geometry code

Change-Id: I5b0381ec5e127aabf37924af64fbeb490755bc9a
24 files changed:
res/layout/filtershow_activity.xml
res/values/filtershow_ids.xml
src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/cache/ImageLoader.java
src/com/android/gallery3d/filtershow/editors/EditorCrop.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorFlip.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorInfo.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorRotate.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorStraighten.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/BaseFiltersManager.java
src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
src/com/android/gallery3d/filtershow/filters/ImageFilterGeometry.java
src/com/android/gallery3d/filtershow/imageshow/GeometryMetadata.java
src/com/android/gallery3d/filtershow/imageshow/ImageCrop.java
src/com/android/gallery3d/filtershow/imageshow/ImageFlip.java
src/com/android/gallery3d/filtershow/imageshow/ImageGeometry.java
src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
src/com/android/gallery3d/filtershow/imageshow/ImageStraighten.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/presets/ImagePreset.java
src/com/android/gallery3d/filtershow/ui/FilterIconButton.java
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java