summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-10-19 19:16:14 -0700
committerDoris Liu <tianliu@google.com>2012-10-22 17:30:50 -0700
commit691c9edf71c4c886b0cb8a3adc29e27b8eb65531 (patch)
treebf0f66641b34af83818135ddfec5598323c9ef2b /src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java
parentbc912f9e17b55ab815bd12081e1ceb71a2c9f424 (diff)
downloadandroid_packages_apps_Snap-691c9edf71c4c886b0cb8a3adc29e27b8eb65531.tar.gz
android_packages_apps_Snap-691c9edf71c4c886b0cb8a3adc29e27b8eb65531.tar.bz2
android_packages_apps_Snap-691c9edf71c4c886b0cb8a3adc29e27b8eb65531.zip
Show panorama thumbs in Gallery grid view
Bug: 7362229 Bug: 7378208 In addition to showing pano thumbs, this CL also removes the video play icon on the top-level album view thumbnails. Change-Id: I950bc66c38575036d5ad7464a2fd9a5dea9fae4b
Diffstat (limited to 'src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java')
-rw-r--r--src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java
index 9b3f29f2b..233a8003d 100644
--- a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java
+++ b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java
@@ -170,14 +170,6 @@ public class AlbumSetSlotRenderer extends AbstractSlotRenderer {
renderRequestFlags |= SlotView.RENDER_MORE_FRAME;
}
- if (entry.mediaType == MediaObject.MEDIA_TYPE_VIDEO) {
- drawVideoOverlay(canvas, width, height);
- }
-
- if (entry.isPanorama) {
- drawPanoramaBorder(canvas, width, height);
- }
-
return renderRequestFlags;
}