OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhotoSource
(Results
1 - 3
of
3
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDreamSettings.java
41
private PhotoSourcePlexor
mPhotoSource
;
60
mPhotoSource
= new PhotoSourcePlexor(this, mSettings);
73
new LinkedList<PhotoSource.AlbumData>(
mPhotoSource
.findAlbums()));
PhotoCarousel.java
47
private final PhotoSourcePlexor
mPhotoSource
;
102
mPhotoSource
= new PhotoSourcePlexor(getContext(),
144
decodedPhoto =
mPhotoSource
.next(mOptions, mLongSide, mShortSide);
198
mPhotoSource
.recycle(old);
PhotoTable.java
100
private final PhotoSource
mPhotoSource
;
155
mPhotoSource
= new PhotoSourcePlexor(getContext(),
190
mPhotoSource
.donePaging(getBitmap(mSelection));
502
decodedPhoto = table.
mPhotoSource
.naturalNext(current,
505
decodedPhoto = table.
mPhotoSource
.naturalPrevious(current,
553
table.
mPhotoSource
.next(mOptions,
[
all
...]
Completed in 297 milliseconds