Searched defs:resizeBitmap (Results 1 – 2 of 2) sorted by relevance
115 static Bitmap resizeBitmap(Bitmap bitmap, int maxWidth, int maxHeight) { in resizeBitmap() method in LogoUtils
202 Bitmap resizeBitmap = Bitmap.createScaledBitmap(bitmap, w, h, true); in loadScaledResourceAlpha() local