Searched refs:longSide (Results 1 - 5 of 5) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java60 InputStream getStream(int longSide) { argument
61 return PhotoSource.this.getStream(this, longSide);
129 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { argument
130 log(TAG, "decoding a picasa resource to " + longSide + ", " + shortSide);
143 image = load(imageData, options, longSide, shortSide);
153 options, longSide, shortSide);
159 public Bitmap load(ImageData data, BitmapFactory.Options options, int longSide, int shortSide) { argument
160 log(TAG, "decoding photo resource to " + longSide + ", " + shortSide);
161 InputStream is = data.getStream(longSide);
176 float insideRatio = Math.max((float) longSide / (floa
283 naturalNext(Bitmap current, BitmapFactory.Options options, int longSide, int shortSide) argument
297 naturalPrevious(Bitmap current, BitmapFactory.Options options, int longSide, int shortSide) argument
325 getStream(ImageData data, int longSide) argument
[all...]
H A DPhotoSourcePlexor.java70 protected InputStream getStream(ImageData data, int longSide) { argument
71 return data.getStream(longSide);
H A DStockSource.java83 protected InputStream getStream(ImageData data, int longSide) { argument
H A DPicasaSource.java433 protected InputStream getStream(ImageData data, int longSide) { argument
442 ((2 * longSide) <= mDisplayLongSide)) {
H A DLocalSource.java243 protected InputStream getStream(ImageData data, int longSide) { argument

Completed in 96 milliseconds