Searched refs:createScaledBitmap (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java73 bm = Bitmap.createScaledBitmap(oldBitmap, (int) (bm.getWidth() * scale + 0.5f),
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageRequest.java169 bitmap = Bitmap.createScaledBitmap(tempBitmap,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java92 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java187 bitmap = Bitmap.createScaledBitmap(bitmap, w, h, true);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java576 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, method in class:Bitmap
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java148 Bitmap croppedIcon = Bitmap.createScaledBitmap(preview, iconSize, iconSize, true);
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1848 Bitmap.createScaledBitmap(bitmap, width, height, true);

Completed in 212 milliseconds