Searched refs:maxDesiredWidth (Results 1 – 1 of 1) sorted by relevance
78 static Bitmap getBitmapPartiallyResized(String filePath, int maxDesiredWidth, in getBitmapPartiallyResized() argument86 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); in getBitmapPartiallyResized()