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
commit6575794a9c09f22d5721e212c093e0a2df376d0c (patch)
treed28fd6aaa710ab8bbee488e0a2d3755965088905 /src/com/android/gallery3d/app/AppBridge.java
parentd9355113da391f8bbddef1d2a2126ce6edc72291 (diff)
downloadandroid_packages_apps_Gallery2-6575794a9c09f22d5721e212c093e0a2df376d0c.tar.gz
android_packages_apps_Gallery2-6575794a9c09f22d5721e212c093e0a2df376d0c.tar.bz2
android_packages_apps_Gallery2-6575794a9c09f22d5721e212c093e0a2df376d0c.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.