Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoSource.java92 private final PhotoSource mFallbackSource; field in PhotoSource
119 mFallbackSource = fallbackSource; in PhotoSource()
151 if (image == null && mFallbackSource != null) { in next()
152 image = load((ImageData) mFallbackSource.findImages(1).toArray()[0], in next()