summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-11-03 17:51:38 +0800
committerRay Chen <raychen@google.com>2011-11-11 19:21:47 +0800
commit51f0610147218ee72da9322ee9c10424f33a4227 (patch)
treedf8d9cbcb1f1a3016f48d354226d0852b2799e64 /gallerycommon/src/com/android
parent89e853d8b714fcef0a864265bb4ddfdd50f07e43 (diff)
downloadandroid_packages_apps_Snap-51f0610147218ee72da9322ee9c10424f33a4227.tar.gz
android_packages_apps_Snap-51f0610147218ee72da9322ee9c10424f33a4227.tar.bz2
android_packages_apps_Snap-51f0610147218ee72da9322ee9c10424f33a4227.zip
Fix 5481444 Face clustering should use PWA profile shot instead of random photo
Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
Diffstat (limited to 'gallerycommon/src/com/android')
-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(){}