From fffc28dcab3ae031c41c5aa290861ab4c4303550 Mon Sep 17 00:00:00 2001 From: George Mount Date: Tue, 9 Oct 2012 21:02:42 -0700 Subject: Change how stitched images are inserted into Gallery. Bug 7299396 Stitching images now use normal LocalImages for their MediaItem instead of LightCycleItems. They are no longer part of a special album. Change-Id: Ic62822a44b9743829dee50bcfa6f455cd538afa7 --- src_pd/com/android/gallery3d/util/LightCycleHelper.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src_pd/com/android/gallery3d/util') diff --git a/src_pd/com/android/gallery3d/util/LightCycleHelper.java b/src_pd/com/android/gallery3d/util/LightCycleHelper.java index d455ff7c1..cc8ea20b9 100644 --- a/src_pd/com/android/gallery3d/util/LightCycleHelper.java +++ b/src_pd/com/android/gallery3d/util/LightCycleHelper.java @@ -25,7 +25,6 @@ import android.net.Uri; import com.android.camera.CameraModule; import com.android.gallery3d.app.GalleryApp; import com.android.gallery3d.app.StitchingProgressManager; -import com.android.gallery3d.data.MediaSource; public class LightCycleHelper { @@ -60,12 +59,4 @@ public class LightCycleHelper { public static StitchingProgressManager createStitchingManagerInstance(GalleryApp app) { return null; } - - public static MediaSource createMediaSourceInstance(GalleryApp app) { - return null; - } - - public static String wrapGalleryPath(String path) { - return path; - } } -- cgit v1.2.3