summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AppBridge.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-05-06 03:25:16 +0800
committerChih-Chung Chang <chihchung@google.com>2012-05-07 10:46:45 +0800
commit2628fcbcd0c8b4c018bef5987beac9f4e8061db1 (patch)
tree550c0f355e8d8f7239451aa95047cd9ef5b34dd2 /src/com/android/gallery3d/app/AppBridge.java
parent1e1341f74fd9199751640d75442aaad2da1139df (diff)
downloadandroid_packages_apps_Snap-2628fcbcd0c8b4c018bef5987beac9f4e8061db1.tar.gz
android_packages_apps_Snap-2628fcbcd0c8b4c018bef5987beac9f4e8061db1.tar.bz2
android_packages_apps_Snap-2628fcbcd0c8b4c018bef5987beac9f4e8061db1.zip
Fix 6429662: Video snapshot doesn't work
Change-Id: I6414be7f00ee103b7047128fdc92e03ca87c7703
Diffstat (limited to 'src/com/android/gallery3d/app/AppBridge.java')
-rw-r--r--src/com/android/gallery3d/app/AppBridge.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/AppBridge.java b/src/com/android/gallery3d/app/AppBridge.java
index d5376581e..598361b98 100644
--- a/src/com/android/gallery3d/app/AppBridge.java
+++ b/src/com/android/gallery3d/app/AppBridge.java
@@ -55,6 +55,8 @@ public abstract class AppBridge implements Parcelable {
// The offset is -1 to switch to the previous picture, 1 to switch to
// the next picture.
public boolean switchWithCaptureAnimation(int offset);
+ // Enable or disable the swiping gestures (the default is enabled).
+ public void setSwipingEnabled(boolean enabled);
}
// If server is null, the services are not available.