summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java')
-rw-r--r--src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java b/src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java
index 2c697351d..3641828a6 100644
--- a/src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java
+++ b/src/com/android/gallery3d/photoeditor/actions/EffectToolFactory.java
@@ -90,6 +90,10 @@ public class EffectToolFactory {
return (TouchView) createFullscreenTool(R.layout.photoeditor_touch_view);
}
+ public FlipView createFlipView() {
+ return (FlipView) createFullscreenTool(R.layout.photoeditor_flip_view);
+ }
+
public RotateView createRotateView() {
return (RotateView) createFullscreenTool(R.layout.photoeditor_rotate_view);
}