Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/toolbox/
DImageRequest.java169 bitmap = Bitmap.createScaledBitmap(tempBitmap, in doParse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java92 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight, in toggleRecents()
/frameworks/base/media/java/android/media/
DThumbnailUtils.java187 bitmap = Bitmap.createScaledBitmap(bitmap, w, h, true); in createVideoThumbnail()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java577 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, in createScaledBitmap() method in Bitmap
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java148 Bitmap croppedIcon = Bitmap.createScaledBitmap(preview, iconSize, iconSize, true); in SaveImageInBackgroundTask()
/frameworks/base/media/java/android/media/videoeditor/
DVideoEditorImpl.java1848 Bitmap.createScaledBitmap(bitmap, width, height, true); in generateProjectThumbnail()
/frameworks/base/api/
Dcurrent.txt8909 …method public static android.graphics.Bitmap createScaledBitmap(android.graphics.Bitmap, int, int,…