summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-17 17:46:47 -0700
committernicolasroard <nicolasroard@google.com>2012-10-18 17:05:58 -0700
commite1fb53368803126d6f128b16799f1875705d3562 (patch)
tree7861b0783d5fab7a4b46d7c05196eacbdf716391 /src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
parent10ed0fbdb5619d0972aa3cc6fd8c05201a992e39 (diff)
downloadandroid_packages_apps_Snap-e1fb53368803126d6f128b16799f1875705d3562.tar.gz
android_packages_apps_Snap-e1fb53368803126d6f128b16799f1875705d3562.tar.bz2
android_packages_apps_Snap-e1fb53368803126d6f128b16799f1875705d3562.zip
Fix undo/redo/back button behaviour with effects and enable history
bug:7332980 bug:7357734 bug:7325872 Change-Id: Ie952a410c218c91ac927095ddcf542209fe7b90c
Diffstat (limited to 'src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java b/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
index 775aa716b..c88e51d76 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
@@ -38,6 +38,11 @@ public class ImageRotate extends ImageGeometry {
super(context);
}
+ @Override
+ public String getName() {
+ return "Rotation";
+ }
+
private static final Paint gPaint = new Paint();
private void computeValue() {