Home
last modified time | relevance | path

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

/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java28 public class PhotoSourcePlexor extends PhotoSource { class
34 public PhotoSourcePlexor(Context context, SharedPreferences settings) { in PhotoSourcePlexor() method in PhotoSourcePlexor
H A DFlipperDreamSettings.java41 private PhotoSourcePlexor mPhotoSource;
60 mPhotoSource = new PhotoSourcePlexor(this, mSettings); in init()
H A DPhotoCarousel.java47 private final PhotoSourcePlexor mPhotoSource;
102 mPhotoSource = new PhotoSourcePlexor(getContext(), in PhotoCarousel()
H A DPhotoTable.java157 mPhotoSource = new PhotoSourcePlexor(getContext(), in PhotoTable()