Home
last modified time | relevance | path

Searched refs:shortSide (Results 1 – 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoSource.java129 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { in next() argument
130 log(TAG, "decoding a picasa resource to " + longSide + ", " + shortSide); in next()
143 image = load(imageData, options, longSide, shortSide); in next()
153 options, longSide, shortSide); in next()
159 public Bitmap load(ImageData data, BitmapFactory.Options options, int longSide, int shortSide) { in load() argument
160 log(TAG, "decoding photo resource to " + longSide + ", " + shortSide); in load()
177 (float) shortSide / (float) rawShortSide); in load()
179 (float) shortSide / (float) rawShortSide); in load()
204 (float) shortSide / (float) rawShortSide); in load()
284 int longSide, int shortSide) { in naturalNext() argument
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp323 int shortSide = min(Mwidth, Mheight); in MosaicSizeCheck() local
324 if (shortSide > height * heightMultiplier) { in MosaicSizeCheck()