summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src
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
commit9734d9d102e889b24e2f88bfed3ff66fda32ef3a (patch)
tree5e79057daa113aef753fad540f44799ffc8786f1 /gallerycommon/src
parentb133af5904c7f0ad5686d78f2c2b464454e3876c (diff)
downloadandroid_packages_apps_Snap-9734d9d102e889b24e2f88bfed3ff66fda32ef3a.tar.gz
android_packages_apps_Snap-9734d9d102e889b24e2f88bfed3ff66fda32ef3a.tar.bz2
android_packages_apps_Snap-9734d9d102e889b24e2f88bfed3ff66fda32ef3a.zip
Rename to HAS_ZOOM_WHEN_RECORDING.
Rename HAS_CAMCORDER_ZOOM to HAS_ZOOM_WHEN_RECORDING. bug:6838676 Change-Id: I12446f62810b391b1f40944ee93258efe1689a93
Diffstat (limited to 'gallerycommon/src')
-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,