Searched refs:SnailSource (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DSnailSource.java20 public class SnailSource extends MediaSource { class in inherits:MediaSource
22 private static final String TAG = "SnailSource";
30 public SnailSource(GalleryApp application) { method in class:SnailSource
H A DDataManager.java127 addSource(new SnailSource(mApplication));
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java60 import com.android.gallery3d.data.SnailSource;
404 int id = SnailSource.newId();
405 Path screenNailSetPath = SnailSource.getSetPath(id);
406 Path screenNailItemPath = SnailSource.getItemPath(id);

Completed in 234 milliseconds