Home
last modified time | relevance | path

Searched refs:resultWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DHolographicOutlineHelper.java191 int resultWidth = bitmapWidth + extraSize; in createMediumDropShadow() local
193 key = (resultWidth << 16) | resultHeight; in createMediumDropShadow()
196 result = Bitmap.createBitmap(resultWidth, resultHeight, Bitmap.Config.ALPHA_8); in createMediumDropShadow()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java821 int resultWidth, resultHeight; in calculateResultImage() local
824 resultWidth = safeCrop.width() / subsample; in calculateResultImage()
829 resultWidth = 2 * radius; in calculateResultImage()
833 return new TaskImage(img.rotation, resultWidth, resultHeight, in calculateResultImage()