Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java63 final float screenshotWidth; in takeScreenshot() local
69 screenshotWidth = displayWidth; in takeScreenshot()
73 screenshotWidth = displayHeight; in takeScreenshot()
77 screenshotWidth = displayWidth; in takeScreenshot()
81 screenshotWidth = displayHeight; in takeScreenshot()
93 SurfaceControl.screenshot((int) screenshotWidth, (int) screenshotHeight); in takeScreenshot()
95 Log.e(TAG, "Failed to take screenshot of dimensions " + screenshotWidth + " x " in takeScreenshot()
108 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); in takeScreenshot()
/frameworks/base/core/java/android/app/
DUiAutomation.java696 final float screenshotWidth; in takeScreenshot() local
702 screenshotWidth = displayWidth; in takeScreenshot()
706 screenshotWidth = displayHeight; in takeScreenshot()
710 screenshotWidth = displayWidth; in takeScreenshot()
714 screenshotWidth = displayHeight; in takeScreenshot()
727 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()
745 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); in takeScreenshot()