OSDN Git Service

First cut at a skeleton for the TinyPlanets filter.
authorSascha Haeberling <haeberling@google.com>
Thu, 18 Oct 2012 07:36:02 +0000 (00:36 -0700)
committerSascha Haeberling <haeberling@google.com>
Thu, 18 Oct 2012 21:29:29 +0000 (14:29 -0700)
commit2576a29cccf1d96edeef071914e8b775c230e8e8
tree4eb7c8a9ac35f9dbeaa78ad62ebd05bf6f0cb4c5
parent08e6b8650dfb11e282cca22da71750bcb2e5e478
First cut at a skeleton for the TinyPlanets filter.

 Bug: 7344426

This is not hooking up the real algorithm yet, but unblocks Doris so she
can add the button while we rewrite the algorithm.

Change-Id: I685b6c189e8ac124670db53c37565c4f1ff1f606
res/layout/filtershow_activity.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/filters/ImageFilter.java
src/com/android/gallery3d/filtershow/filters/ImageFilterTinyPlanet.java [new file with mode: 0644]