Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java653 Bitmap screenShot = null; in takeScreenshot() local
656 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()