OSDN Git Service

Fix tiny planet to work with the new framework
authorJohn Hoford <hoford@google.com>
Fri, 8 Feb 2013 01:39:06 +0000 (17:39 -0800)
committerJohn Hoford <hoford@google.com>
Sat, 9 Feb 2013 00:08:07 +0000 (16:08 -0800)
commit44a499a64158cd5a12f8e44655f82b68c33bf3b2
treeee77b4510e2d54179db87733ff9d601d34818da3
parent8029c8567a162eb66fe54255bdeae264d594278d
Fix tiny planet to work with the new framework

Change-Id: I57e87ade6f2cfdfee1b237cdfdf5914244ee98aa
res/layout/filtershow_tiny_planet_editor.xml [new file with mode: 0644]
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/editors/EditorTinyPlanet.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/FilterTinyPlanetRepresentation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterDraw.java
src/com/android/gallery3d/filtershow/filters/ImageFilterTinyPlanet.java
src/com/android/gallery3d/filtershow/imageshow/ImageTinyPlanet.java
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java