Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DSnailSource.java20 public class SnailSource extends MediaSource { class
30 public SnailSource(GalleryApp application) { in SnailSource() method in SnailSource
DDataManager.java127 addSource(new SnailSource(mApplication)); in initializeSourceMap()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java60 import com.android.gallery3d.data.SnailSource;
404 int id = SnailSource.newId(); in onCreate()
405 Path screenNailSetPath = SnailSource.getSetPath(id); in onCreate()
406 Path screenNailItemPath = SnailSource.getItemPath(id); in onCreate()