Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java634 int size = CropMath.getBitmapSize(image); in getDownsampledBitmap()
645 if (CropMath.getBitmapSize(ret) > max_size) { in getDownsampledBitmap()
DCropMath.java233 public static int getBitmapSize(Bitmap bmap) { in getBitmapSize() method in CropMath