summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2012-07-25 02:05:19 +0800
committerAngus Kong <shkong@google.com>2012-07-26 01:48:48 +0800
commit8538bbdd8bdf14e29f5c7a092ee824c1a675c0c0 (patch)
tree4db785606a50e5e39e625af91a749eef42c0547d
parentbc1489c807b97ba590d2baf276fb622ef15d38de (diff)
downloadandroid_packages_apps_Snap-8538bbdd8bdf14e29f5c7a092ee824c1a675c0c0.tar.gz
android_packages_apps_Snap-8538bbdd8bdf14e29f5c7a092ee824c1a675c0c0.tar.bz2
android_packages_apps_Snap-8538bbdd8bdf14e29f5c7a092ee824c1a675c0c0.zip
Rename to HAS_ZOOM_WHEN_RECORDING.
Rename HAS_CAMCORDER_ZOOM to HAS_ZOOM_WHEN_RECORDING. bug:6838676 Change-Id: I12446f62810b391b1f40944ee93258efe1689a93
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index 2937ed2cd..85b17ba52 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -109,7 +109,7 @@ public class ApiHelper {
public static final boolean HAS_TIME_LAPSE_RECORDING =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
- public static final boolean HAS_CAMCORDER_ZOOM =
+ public static final boolean HAS_ZOOM_WHEN_RECORDING =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
public static int getIntFieldIfExists(Class<?> klass, String fieldName,