Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java351 public static Bitmap loadConstrainedBitmap(Uri uri, Context context, int maxSideLength, in loadConstrainedBitmap() argument
353 if (maxSideLength <= 0 || uri == null || context == null) { in loadConstrainedBitmap()
377 while (imageSide > maxSideLength) { in loadConstrainedBitmap()
403 public static Bitmap loadOrientedConstrainedBitmap(Uri uri, Context context, int maxSideLength, in loadOrientedConstrainedBitmap() argument
405 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); in loadOrientedConstrainedBitmap()