Searched refs:screenShot (Results 1 – 1 of 1) sorted by relevance
653 Bitmap screenShot = null; in takeScreenshot() local656 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()658 if (screenShot == null) { in takeScreenshot()675 canvas.drawBitmap(screenShot, 0, 0, null); in takeScreenshot()677 screenShot.recycle(); in takeScreenshot()678 screenShot = unrotatedScreenShot; in takeScreenshot()682 screenShot.setHasAlpha(false); in takeScreenshot()684 return screenShot; in takeScreenshot()