Searched refs:mFallbackSource (Results 1 – 1 of 1) sorted by relevance
92 private final PhotoSource mFallbackSource; field in PhotoSource119 mFallbackSource = fallbackSource; in PhotoSource()151 if (image == null && mFallbackSource != null) { in next()152 image = load((ImageData) mFallbackSource.findImages(1).toArray()[0], in next()