Loading packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java +2 −2 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset * Clears current screenshot */ private void clearScreenshot(String reason) { Log.e(TAG, "clearing screenshot: " + reason); Log.v(TAG, "clearing screenshot: " + reason); if (mScreenshotLayout.isAttachedToWindow()) { mWindowManager.removeView(mScreenshotLayout); } Loading packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ public class TakeScreenshotService extends Service { @Override public boolean onUnbind(Intent intent) { if (mScreenshot != null) mScreenshot.stopScreenshot(); // TODO (mkephart) remove once notifications flow is fully deprecated // TODO remove once notifications flow is fully deprecated if (mScreenshotLegacy != null) mScreenshotLegacy.stopScreenshot(); return true; } Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java +2 −2 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset * Clears current screenshot */ private void clearScreenshot(String reason) { Log.e(TAG, "clearing screenshot: " + reason); Log.v(TAG, "clearing screenshot: " + reason); if (mScreenshotLayout.isAttachedToWindow()) { mWindowManager.removeView(mScreenshotLayout); } Loading
packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ public class TakeScreenshotService extends Service { @Override public boolean onUnbind(Intent intent) { if (mScreenshot != null) mScreenshot.stopScreenshot(); // TODO (mkephart) remove once notifications flow is fully deprecated // TODO remove once notifications flow is fully deprecated if (mScreenshotLegacy != null) mScreenshotLegacy.stopScreenshot(); return true; } Loading