HomeSort by relevance Sort by last modified time
    Searched refs:SlideshowDataAdapter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 35 public class SlideshowDataAdapter implements SlideshowPage.Model {
37 private static final String TAG = "SlideshowDataAdapter";
68 public SlideshowDataAdapter(GalleryContext context, SlideshowSource source, int index,
98 synchronized (SlideshowDataAdapter.this) {
102 SlideshowDataAdapter.this.wait();
115 synchronized (SlideshowDataAdapter.this) {
123 synchronized (SlideshowDataAdapter.this) {
125 SlideshowDataAdapter.this.notifyAll();
135 synchronized (SlideshowDataAdapter.this) {
139 SlideshowDataAdapter.this.notifyAll()
    [all...]
SlideshowPage.java 206 mModel = new SlideshowDataAdapter(mActivity,
214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
239 private static class ShuffleSource implements SlideshowDataAdapter.SlideshowSource {
309 private static class SequentialSource implements SlideshowDataAdapter.SlideshowSource {

Completed in 103 milliseconds