HomeSort by relevance Sort by last modified time
    Searched refs:decodedPhoto (Results 1 - 2 of 2) sorted by null

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 140 Bitmap decodedPhoto;
144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide);
145 return decodedPhoto;
PhotoTable.java 455 Bitmap decodedPhoto) {
463 if (decodedPhoto == null || options.outWidth <= 0 || options.outHeight <= 0) {
466 decodedPhoto.setHasMipMap(true);
467 layers[0] = new BitmapDrawable(table.mResources, decodedPhoto);
500 Bitmap decodedPhoto;
502 decodedPhoto = table.mPhotoSource.naturalNext(current,
505 decodedPhoto = table.mPhotoSource.naturalPrevious(current,
508 return applyFrame(PhotoTable.this, mOptions, decodedPhoto);
    [all...]

Completed in 138 milliseconds