summaryrefslogtreecommitdiffstats
path: root/gallerycommon
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
commitb74708a8103bf95781727a49c05a4c8514ad274b (patch)
tree46bfc429f8f00cf088f4112820892946251a2f99 /gallerycommon
parent464b66583c0d455d1e1c407f1128545060821688 (diff)
downloadandroid_packages_apps_Snap-b74708a8103bf95781727a49c05a4c8514ad274b.tar.gz
android_packages_apps_Snap-b74708a8103bf95781727a49c05a4c8514ad274b.tar.bz2
android_packages_apps_Snap-b74708a8103bf95781727a49c05a4c8514ad274b.zip
Fix 5481444 Face clustering should use PWA profile shot instead of random photo
Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
Diffstat (limited to 'gallerycommon')
-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(){}