Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DCursorPhotoSource.java25 public abstract class CursorPhotoSource extends PhotoSource { class
32 public CursorPhotoSource(Context context, SharedPreferences settings) { in CursorPhotoSource() method in CursorPhotoSource
36 public CursorPhotoSource(Context context, SharedPreferences settings, PhotoSource fallback) { in CursorPhotoSource() method in CursorPhotoSource
DLocalSource.java34 public class LocalSource extends CursorPhotoSource {
DPicasaSource.java38 public class PicasaSource extends CursorPhotoSource {