summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d
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 /src_pd/com/android/gallery3d
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 'src_pd/com/android/gallery3d')
-rw-r--r--src_pd/com/android/gallery3d/picasasource/PicasaSource.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src_pd/com/android/gallery3d/picasasource/PicasaSource.java b/src_pd/com/android/gallery3d/picasasource/PicasaSource.java
index 4a4f78692..a4f962122 100644
--- a/src_pd/com/android/gallery3d/picasasource/PicasaSource.java
+++ b/src_pd/com/android/gallery3d/picasasource/PicasaSource.java
@@ -17,6 +17,7 @@
package com.android.gallery3d.picasasource;
import com.android.gallery3d.app.GalleryApp;
+import com.android.gallery3d.data.MediaItem;
import com.android.gallery3d.data.MediaObject;
import com.android.gallery3d.data.MediaSet;
import com.android.gallery3d.data.MediaSource;
@@ -80,6 +81,10 @@ public class PicasaSource extends MediaSource {
}
}
+ public static MediaItem getFaceItem(Context context, MediaItem item, int faceIndex) {
+ throw new UnsupportedOperationException();
+ }
+
public static boolean isPicasaImage(MediaObject object) {
return false;
}