summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-09-19 15:05:28 +0800
committerPin Ting <pinting@google.com>2012-09-19 16:18:45 +0800
commit026f5ae50aa45536805c286f03775e1c28c4b983 (patch)
tree6557dec4b82dbc19b181f53a1ce04c364db08979 /gallerycommon/src/com
parent3e8946e66ba43e04f0837cee18a4865d6476209f (diff)
downloadandroid_packages_apps_Snap-026f5ae50aa45536805c286f03775e1c28c4b983.tar.gz
android_packages_apps_Snap-026f5ae50aa45536805c286f03775e1c28c4b983.tar.bz2
android_packages_apps_Snap-026f5ae50aa45536805c286f03775e1c28c4b983.zip
Use 565 pixel format for pre-JB; use 888 otherwise.
Bug:7189512 Change-Id: Iec5d528fef4f4fc589370339add299a40fc8f26e
Diffstat (limited to 'gallerycommon/src/com')
-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 20d7e1dc6..df6f94048 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -38,6 +38,9 @@ public class ApiHelper {
public static final int JELLY_BEAN_MR1 = 17;
}
+ public static final boolean USE_888_PIXEL_FORMAT =
+ Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
+
public static final boolean ENABLE_PHOTO_EDITOR =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;