From 203eb404a7cd6a80397535e63d22b3772939f03d Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Thu, 18 Jul 2013 16:37:30 -0700 Subject: Refactoring Geometry handling. Bug: 9170644 Bug: 9366654 Bug: 9366263 - Consolidates all the geometry transforms in GeometryMathUtils and significantly reduces complexity. - Removes GeometryMetadata object and dependent code. - Removes ImageGeometry and geometry update callbacks. Change-Id: I59add51907459593244c9ebaadef585efc7486d5 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src_pd') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index ab85110fe..8ea21ad26 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -30,7 +30,7 @@ public class EditorManager { editorPlaceHolder.addEditor(new EditorTinyPlanet()); editorPlaceHolder.addEditor(new EditorDraw()); editorPlaceHolder.addEditor(new EditorVignette()); - editorPlaceHolder.addEditor(new EditorFlip()); + editorPlaceHolder.addEditor(new EditorMirror()); editorPlaceHolder.addEditor(new EditorRotate()); editorPlaceHolder.addEditor(new EditorStraighten()); editorPlaceHolder.addEditor(new EditorCrop()); -- cgit v1.2.3