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 462 Bitmap decodedPhoto) {
470 if (decodedPhoto == null || options.outWidth <= 0 || options.outHeight <= 0) {
473 decodedPhoto.setHasMipMap(true);
474 layers[0] = new BitmapDrawable(table.mResources, decodedPhoto);
507 Bitmap decodedPhoto;
509 decodedPhoto = table.mPhotoSource.naturalNext(current,
512 decodedPhoto = table.mPhotoSource.naturalPrevious(current,
515 return applyFrame(PhotoTable.this, mOptions, decodedPhoto);
    [all...]

Completed in 69 milliseconds