Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java625 final float screenshotWidth; in takeScreenshot() local
631 screenshotWidth = displayWidth; in takeScreenshot()
635 screenshotWidth = displayHeight; in takeScreenshot()
639 screenshotWidth = displayWidth; in takeScreenshot()
643 screenshotWidth = displayHeight; in takeScreenshot()
656 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()
674 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); in takeScreenshot()