OSDN Git Service

refactoring imageshow
authorJohn Hoford <hoford@google.com>
Mon, 14 Jan 2013 22:48:39 +0000 (14:48 -0800)
committerJohn Hoford <hoford@google.com>
Tue, 15 Jan 2013 22:54:05 +0000 (14:54 -0800)
commit63a7dac01d394523799939596b960cb03321798d
tree7d320449489083a45f513935a35b8fe2102eda9f
parenta4eee4927777ebeb81641ad9b95719578cb5df1d
refactoring imageshow

Change-Id: I6d0872250b31a427ea6a3e46bd1c9ca5f3ba92ee
16 files changed:
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/HistoryAdapter.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/cache/DirectPresetCache.java
src/com/android/gallery3d/filtershow/filters/ImageFilterRS.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java
src/com/android/gallery3d/filtershow/imageshow/ImageGeometry.java
src/com/android/gallery3d/filtershow/imageshow/ImageRedEyes.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/ImageSlave.java [deleted file]
src/com/android/gallery3d/filtershow/imageshow/ImageTinyPlanet.java
src/com/android/gallery3d/filtershow/imageshow/ImageZoom.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/presets/ImagePreset.java
src/com/android/gallery3d/filtershow/ui/FilterIconButton.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java