Home
last modified time | relevance | path

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

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