Home
last modified time | relevance | path

Searched refs:LocalAlbum (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetConfigure.java35 import com.android.gallery3d.data.LocalAlbum;
172 if (mediaSet instanceof LocalAlbum) { in setChoosenAlbum()
176 relativePath = LocalAlbum.getRelativePath(bucketId); in setChoosenAlbum()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java91 return new LocalAlbum(path, app, mMatcher.getIntVar(0), true); in createMediaObject()
93 return new LocalAlbum(path, app, mMatcher.getIntVar(0), false); in createMediaObject()
235 MediaItem[] items = LocalAlbum.getMediaItemById( in processMapMediaItems()
DLocalAlbum.java42 public class LocalAlbum extends MediaSet { class
61 public LocalAlbum(Path path, GalleryApp application, int bucketId, in LocalAlbum() method in LocalAlbum
89 public LocalAlbum(Path path, GalleryApp application, int bucketId, in LocalAlbum() method in LocalAlbum
DLocalAlbumSet.java144 return new LocalAlbum(path, mApplication, id, true, name); in getLocalAlbum()
146 return new LocalAlbum(path, mApplication, id, false, name); in getLocalAlbum()
DLocalVideo.java86 Cursor cursor = LocalAlbum.getItemCursor(resolver, uri, PROJECTION, id); in LocalVideo()
DLocalImage.java118 Cursor cursor = LocalAlbum.getItemCursor(resolver, uri, PROJECTION, id); in LocalImage()
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java29 import com.android.gallery3d.data.LocalAlbum;
93 if (mediaSet instanceof LocalAlbum) { in migrateGalleryWidgetsInternal()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMediaSetUtils.java21 import com.android.gallery3d.data.LocalAlbum;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java71 import com.android.gallery3d.data.LocalAlbum;
1395 String albumName = LocalAlbum.getLocalizedName(getResources(), bucketId, null); in saveImage()