Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DSnailSource.java20 public class SnailSource extends MediaSource { class
30 public SnailSource(GalleryApp application) { in SnailSource() method in SnailSource
H A DDataManager.java127 addSource(new SnailSource(mApplication)); in initializeSourceMap()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A 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()