Loading packages/SystemUI/src/com/android/systemui/screenshot/ScrollCaptureClient.java +11 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,17 @@ public class ScrollCaptureClient { this.requested = request; this.captured = captured; } @Override public String toString() { return "CaptureResult{" + "requested=" + requested + " (" + requested.width() + "x" + requested.height() + ")" + ", captured=" + captured + " (" + captured.width() + "x" + captured.height() + ")" + ", image=" + image + '}'; } } /** Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScrollCaptureClient.java +11 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,17 @@ public class ScrollCaptureClient { this.requested = request; this.captured = captured; } @Override public String toString() { return "CaptureResult{" + "requested=" + requested + " (" + requested.width() + "x" + requested.height() + ")" + ", captured=" + captured + " (" + captured.width() + "x" + captured.height() + ")" + ", image=" + image + '}'; } } /** Loading