Searched refs:mPhotoSource (Results 1 – 3 of 3) sorted by relevance
41 private PhotoSourcePlexor mPhotoSource; field in FlipperDreamSettings60 mPhotoSource = new PhotoSourcePlexor(this, mSettings); in init()73 new LinkedList<PhotoSource.AlbumData>(mPhotoSource.findAlbums())); in init()
47 private final PhotoSourcePlexor mPhotoSource; field in PhotoCarousel102 mPhotoSource = new PhotoSourcePlexor(getContext(), in PhotoCarousel()144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide); in doInBackground()198 mPhotoSource.recycle(old); in changePhoto()
100 private final PhotoSource mPhotoSource; field in PhotoTable157 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()