Searched refs:rawss (Results 1 – 1 of 1) sorted by relevance
5530 Bitmap rawss = null; in screenshotApplications() local5714 rawss = SurfaceControl.screenshot(dw, dh, minLayer, maxLayer); in screenshotApplications()5721 if (rawss == null) { in screenshotApplications()5727 … Bitmap bm = Bitmap.createBitmap(width, height, force565 ? Config.RGB_565 : rawss.getConfig()); in screenshotApplications()5735 canvas.drawBitmap(rawss, matrix, null); in screenshotApplications()5758 rawss.recycle(); in screenshotApplications()