From f2a6d5b70fb103b743d22fc63df77ba81da2aab0 Mon Sep 17 00:00:00 2001 From: Zak Cohen Date: Wed, 3 Jun 2020 23:28:33 +0000 Subject: [PATCH] Revert "Shared Lib - add stub for handleImageBundleAsScreenshot." This reverts commit 1e60bb54ca09e26a632a7484a7846be799ff1141. Reason for revert: Stub not needed Change-Id: I71e5bb38e37042addaaff75423bc47209d56a20b --- quickstep/src/com/android/quickstep/SystemUiProxy.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/quickstep/src/com/android/quickstep/SystemUiProxy.java b/quickstep/src/com/android/quickstep/SystemUiProxy.java index c727da925a..20d133c3c6 100644 --- a/quickstep/src/com/android/quickstep/SystemUiProxy.java +++ b/quickstep/src/com/android/quickstep/SystemUiProxy.java @@ -31,7 +31,6 @@ import android.view.MotionEvent; 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 class SystemUiProxy implements ISystemUiProxy { } } } - - public void handleImageBundleAsScreenshot(Bundle screenImageBundle, Rect locationInScreen, - Insets visibleInsets, Task.TaskKey task) { - } }