Searched refs:screenShot (Results 1 – 2 of 2) sorted by relevance
92 Bitmap screenShot = in takeScreenshot() local94 if (screenShot == null) { in takeScreenshot()109 canvas.drawBitmap(screenShot, 0, 0, null); in takeScreenshot()111 screenShot.recycle(); in takeScreenshot()112 screenShot = unrotatedScreenShot; in takeScreenshot()116 screenShot.setHasAlpha(false); in takeScreenshot()118 return screenShot; in takeScreenshot()
724 Bitmap screenShot = null; in takeScreenshot() local727 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()729 if (screenShot == null) { in takeScreenshot()746 canvas.drawBitmap(screenShot, 0, 0, null); in takeScreenshot()748 screenShot.recycle(); in takeScreenshot()749 screenShot = unrotatedScreenShot; in takeScreenshot()753 screenShot.setHasAlpha(false); in takeScreenshot()755 return screenShot; in takeScreenshot()