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

  /frameworks/base/packages/Shell/src/com/android/shell/
Screenshooter.java 64 final float screenshotHeight;
70 screenshotHeight = displayHeight;
74 screenshotHeight = displayWidth;
78 screenshotHeight = displayHeight;
82 screenshotHeight = displayWidth;
93 SurfaceControl.screenshot((int) screenshotWidth, (int) screenshotHeight);
96 + screenshotHeight);
108 canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2);
  /frameworks/base/core/java/android/app/
UiAutomation.java 697 final float screenshotHeight;
703 screenshotHeight = displayHeight;
707 screenshotHeight = displayWidth;
711 screenshotHeight = displayHeight;
715 screenshotHeight = displayWidth;
728 (int) screenshotHeight);
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 72 milliseconds