Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java687 final float screenshotWidth; in takeScreenshot() local
693 screenshotWidth = displayWidth; in takeScreenshot()
697 screenshotWidth = displayHeight; in takeScreenshot()
701 screenshotWidth = displayWidth; in takeScreenshot()
705 screenshotWidth = displayHeight; in takeScreenshot()
718 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()
736 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); in takeScreenshot()