Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java443 ret = getDownsampledBitmap(ret, MAX_BMAP_IN_INTENT); in doInBackground()
629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap() method in CropActivity