Loading core/java/android/app/UiAutomation.java +1 −0 Original line number Diff line number Diff line Loading @@ -673,6 +673,7 @@ public final class UiAutomation { canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); canvas.drawBitmap(screenShot, 0, 0, null); canvas.setBitmap(null); screenShot.recycle(); screenShot = unrotatedScreenShot; } Loading Loading
core/java/android/app/UiAutomation.java +1 −0 Original line number Diff line number Diff line Loading @@ -673,6 +673,7 @@ public final class UiAutomation { canvas.translate(- screenshotWidth / 2, - screenshotHeight / 2); canvas.drawBitmap(screenShot, 0, 0, null); canvas.setBitmap(null); screenShot.recycle(); screenShot = unrotatedScreenShot; } Loading