Searched refs:getBitmapPartiallyResized (Results 1 – 2 of 2) sorted by relevance
50 bitmap = getBitmapPartiallyResized(logoFile.getPath(), maxWidth, maxHeight); in getOrganisationLogo()78 static Bitmap getBitmapPartiallyResized(String filePath, int maxDesiredWidth, in getBitmapPartiallyResized() method in LogoUtils
40 Bitmap newBitmap = LogoUtils.getBitmapPartiallyResized(tempFile.getPath(), 10, 15); in testPartiallyResizedBitmap()54 Bitmap newBitmap = LogoUtils.getBitmapPartiallyResized(tempFile.getPath(), 8, 8); in testPartiallyResizedElongatedBitmap()