HomeSort by relevance Sort by last modified time
    Searched refs:screenshotWidth (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/Shell/src/com/android/shell/
Screenshooter.java 63 final float screenshotWidth;
69 screenshotWidth = displayWidth;
73 screenshotWidth = displayHeight;
77 screenshotWidth = displayWidth;
81 screenshotWidth = displayHeight;
93 SurfaceControl.screenshot((int) screenshotWidth, (int) screenshotHeight);
95 Log.e(TAG, "Failed to take screenshot of dimensions " + screenshotWidth + " x "
108 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2);
  /frameworks/base/core/java/android/app/
UiAutomation.java 696 final float screenshotWidth;
702 screenshotWidth = displayWidth;
706 screenshotWidth = displayHeight;
710 screenshotWidth = displayWidth;
714 screenshotWidth = displayHeight;
727 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
745 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 98 milliseconds