Searched refs:mPhotoSource (Results 1 - 3 of 3) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DFlipperDreamSettings.java41 private PhotoSourcePlexor mPhotoSource; field in class:FlipperDreamSettings
60 mPhotoSource = new PhotoSourcePlexor(this, mSettings);
73 new LinkedList<PhotoSource.AlbumData>(mPhotoSource.findAlbums()));
H A DPhotoCarousel.java47 private final PhotoSourcePlexor mPhotoSource; field in class:PhotoCarousel
102 mPhotoSource = new PhotoSourcePlexor(getContext(),
144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide);
198 mPhotoSource.recycle(old);
H A DPhotoTable.java100 private final PhotoSource mPhotoSource; field in class:PhotoTable
157 mPhotoSource = new PhotoSourcePlexor(getContext(),
193 mPhotoSource.donePaging(getBitmap(mSelection));
509 decodedPhoto = table.mPhotoSource.naturalNext(current,
512 decodedPhoto = table.mPhotoSource.naturalPrevious(current,
560 table.mPhotoSource.next(mOptions,
980 mPhotoSource.recycle(getBitmap(photo));

Completed in 90 milliseconds