commit | 1af62e23239c70374204184536bed930225568c1 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Thu Jun 04 00:10:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 04 00:10:48 2020 +0000 |
tree | b3b59c7901891e30bee9350cd37c36e9ae546d6a | |
parent | feac366b6b553821f689e5ae91a03c4f20e44b4a [diff] | |
parent | f2a6d5b70fb103b743d22fc63df77ba81da2aab0 [diff] |
Revert "Shared Lib - add stub for handleImageBundleAsScreenshot." am: f2a6d5b70f Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11727199 Change-Id: I583606daecfc260c20eed3a527d1d6ace1cb8a6f
diff --git a/quickstep/src/com/android/quickstep/SystemUiProxy.java b/quickstep/src/com/android/quickstep/SystemUiProxy.java index c727da9..20d133c 100644 --- a/quickstep/src/com/android/quickstep/SystemUiProxy.java +++ b/quickstep/src/com/android/quickstep/SystemUiProxy.java
@@ -31,7 +31,6 @@ import com.android.launcher3.util.MainThreadInitializedObject; import com.android.systemui.shared.recents.IPinnedStackAnimationListener; import com.android.systemui.shared.recents.ISystemUiProxy; -import com.android.systemui.shared.recents.model.Task; /** * Holds the reference to SystemUI. @@ -345,8 +344,4 @@ } } } - - public void handleImageBundleAsScreenshot(Bundle screenImageBundle, Rect locationInScreen, - Insets visibleInsets, Task.TaskKey task) { - } }