summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AppBridge.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-05-08 17:57:33 +0800
committerChih-Chung Chang <chihchung@google.com>2012-05-08 21:28:32 +0800
commitac02f46aa7ec727b839affb9aee415f01c1c2193 (patch)
tree78b1d7d7a6df72935918ec5da3cdfa4a443cbc65 /src/com/android/gallery3d/app/AppBridge.java
parentb503801ebea0280bc5b55b092d4a5a61a7705f4a (diff)
downloadandroid_packages_apps_Snap-ac02f46aa7ec727b839affb9aee415f01c1c2193.tar.gz
android_packages_apps_Snap-ac02f46aa7ec727b839affb9aee415f01c1c2193.tar.bz2
android_packages_apps_Snap-ac02f46aa7ec727b839affb9aee415f01c1c2193.zip
Better orientation change handling.
Bug 6451117: Preview location is wrong after rotating the device quickly Bug 6444303: The preview location is wrong when camera is started upside down on tablet Bug 6451710: Tap to focus broken in landscape Change-Id: I12fd57d6618ec5521ccc6efcbf65de57ff2ea3d2
Diffstat (limited to 'src/com/android/gallery3d/app/AppBridge.java')
-rw-r--r--src/com/android/gallery3d/app/AppBridge.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/app/AppBridge.java b/src/com/android/gallery3d/app/AppBridge.java
index 598361b98..e8cf8731b 100644
--- a/src/com/android/gallery3d/app/AppBridge.java
+++ b/src/com/android/gallery3d/app/AppBridge.java
@@ -50,7 +50,7 @@ public abstract class AppBridge implements Parcelable {
public interface Server {
// Set the camera frame relative to GLRootView.
- public void setCameraNaturalFrame(Rect frame);
+ public void setCameraRelativeFrame(Rect frame);
// Switch to the previous or next picture using the capture animation.
// The offset is -1 to switch to the previous picture, 1 to switch to
// the next picture.