summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Huang <weih@google.com>2011-11-15 13:11:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-15 13:11:00 -0800
commit88da27576ef7709a462bc518fbc146ca06fd049c (patch)
treec146c78f7f79320b15caa897d9d0ae1cc09daef0
parentddcca63483efc9b8e84acf3cd002e27a37123f2e (diff)
parentb74708a8103bf95781727a49c05a4c8514ad274b (diff)
downloadandroid_packages_apps_Snap-88da27576ef7709a462bc518fbc146ca06fd049c.tar.gz
android_packages_apps_Snap-88da27576ef7709a462bc518fbc146ca06fd049c.tar.bz2
android_packages_apps_Snap-88da27576ef7709a462bc518fbc146ca06fd049c.zip
am bfbd7bb4: Merge "Fix 5481444 Face clustering should use PWA profile shot instead of random photo" into ics-mr1
* commit 'bfbd7bb47582be2a636eadffb041a698c52817f6': Fix 5481444 Face clustering should use PWA profile shot instead of random photo
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java b/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
index c34e89631..2192cf8ec 100644
--- a/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
+++ b/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
@@ -31,8 +31,8 @@ import java.lang.reflect.Method;
public class BitmapUtils {
private static final String TAG = "BitmapUtils";
- public static final int UNCONSTRAINED = -1;
private static final int COMPRESS_JPEG_QUALITY = 90;
+ public static final int UNCONSTRAINED = -1;
private BitmapUtils(){}