summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-05-03 10:26:01 -0700
committerDoris Liu <tianliu@google.com>2013-05-03 10:35:22 -0700
commitacfe99e268f157bfd524c825f388e6d37261e135 (patch)
treea9005b377c677407b5b681ed86c284db9ed39705 /gallerycommon/src/com/android
parent7b96023121ebeac1d7b48e573a24acfd8964e2d1 (diff)
downloadandroid_packages_apps_Snap-acfe99e268f157bfd524c825f388e6d37261e135.tar.gz
android_packages_apps_Snap-acfe99e268f157bfd524c825f388e6d37261e135.tar.bz2
android_packages_apps_Snap-acfe99e268f157bfd524c825f388e6d37261e135.zip
Anchor camera controls when flipping device
Also adjusted margins for camera root view to avoid covering undo bar Bug: 8758513 Bug: 8714114 Change-Id: If27f55a40f95402923d59d162db0c7cc29eabba4
Diffstat (limited to 'gallerycommon/src/com/android')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index f6439f1ad..dde4c567a 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -195,6 +195,9 @@ public class ApiHelper {
public static final boolean HAS_MEDIA_MUXER =
Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR2;
+ public static final boolean HAS_DISPLAY_LISTENER =
+ Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1;
+
public static int getIntFieldIfExists(Class<?> klass, String fieldName,
Class<?> obj, int defaultVal) {
try {