Searched refs:rawss (Results 1 – 1 of 1) sorted by relevance
4997 Bitmap rawss; in screenshotApplications() local5106 rawss = Surface.screenshot(dw, dh, 0, maxLayer); in screenshotApplications()5109 if (rawss == null) { in screenshotApplications()5115 Bitmap bm = Bitmap.createBitmap(width, height, rawss.getConfig()); in screenshotApplications()5120 canvas.drawBitmap(rawss, matrix, null); in screenshotApplications()5123 rawss.recycle(); in screenshotApplications()