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
29 public SnailSource(GalleryApp application) { in SnailSource() method in SnailSource
DDataManager.java123 addSource(new SnailSource(mApplication)); in initializeSourceMap()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java51 import com.android.gallery3d.data.SnailSource;
199 int id = SnailSource.newId(); in onCreate()
200 Path screenNailSetPath = SnailSource.getSetPath(id); in onCreate()
201 Path screenNailItemPath = SnailSource.getItemPath(id); in onCreate()