Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowDataAdapter.java35 public class SlideshowDataAdapter implements SlideshowPage.Model { class
68 public SlideshowDataAdapter(GalleryContext context, SlideshowSource source, int index, in SlideshowDataAdapter() method in SlideshowDataAdapter
98 synchronized (SlideshowDataAdapter.this) { in run()
102 SlideshowDataAdapter.this.wait(); in run()
115 synchronized (SlideshowDataAdapter.this) { in run()
123 synchronized (SlideshowDataAdapter.this) { in run()
125 SlideshowDataAdapter.this.notifyAll(); in run()
135 synchronized (SlideshowDataAdapter.this) { in run()
139 SlideshowDataAdapter.this.notifyAll(); in run()
151 synchronized (SlideshowDataAdapter.this) { in onContentDirty()
[all …]
DSlideshowPage.java206 mModel = new SlideshowDataAdapter(mActivity, in initializeData()
214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat), in initializeData()
239 private static class ShuffleSource implements SlideshowDataAdapter.SlideshowSource {
309 private static class SequentialSource implements SlideshowDataAdapter.SlideshowSource {