Searched defs:PhotoSource (Results 1 - 1 of 1) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java42 public abstract class PhotoSource { class
43 private static final String TAG = "PhotoTable.PhotoSource";
61 return PhotoSource.this.getStream(this, longSide);
64 return PhotoSource.this.naturalNext(this);
67 return PhotoSource.this.naturalPrevious(this);
70 PhotoSource.this.donePaging(this);
82 String type = PhotoSource.this.getClass().getName();
92 private final PhotoSource mFallbackSource;
103 public PhotoSource(Context context, SharedPreferences settings) { method in class:PhotoSource
107 public PhotoSource(Contex method in class:PhotoSource
[all...]

Completed in 90 milliseconds