Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java626 final float screenshotWidth; in takeScreenshot() local
632 screenshotWidth = displayWidth; in takeScreenshot()
636 screenshotWidth = displayHeight; in takeScreenshot()
640 screenshotWidth = displayWidth; in takeScreenshot()
644 screenshotWidth = displayHeight; in takeScreenshot()
657 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()
675 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); in takeScreenshot()