Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat), in initializeData()
309 private static class SequentialSource implements SlideshowDataAdapter.SlideshowSource { class in SlideshowPage
318 public SequentialSource(MediaSet mediaSet, boolean repeat) { in SequentialSource() method in SlideshowPage.SequentialSource