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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java443 ret = getDownsampledBitmap(ret, MAX_BMAP_IN_INTENT);
629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { method in class:CropActivity
631 throw new IllegalArgumentException("Bad argument to getDownsampledBitmap()");

Completed in 49 milliseconds