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

  /frameworks/base/packages/Shell/src/com/android/shell/
Screenshooter.java 104 Bitmap unrotatedScreenShot = Bitmap.createBitmap(displayWidth, displayHeight,
106 Canvas canvas = new Canvas(unrotatedScreenShot);
107 canvas.translate(unrotatedScreenShot.getWidth() / 2,
108 unrotatedScreenShot.getHeight() / 2);
114 screenShot = unrotatedScreenShot;
  /frameworks/base/core/java/android/app/
UiAutomation.java 730 Bitmap unrotatedScreenShot = Bitmap.createBitmap(displayWidth, displayHeight,
732 Canvas canvas = new Canvas(unrotatedScreenShot);
733 canvas.translate(unrotatedScreenShot.getWidth() / 2,
734 unrotatedScreenShot.getHeight() / 2);
740 screenShot = unrotatedScreenShot;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 1308 milliseconds