From a880d67c16c2950b69870524341553373b879f07 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 20 Jan 2021 17:44:24 -0800 Subject: [PATCH] Remove unused import Bug: 169035082 Test: sysui-gradle builds Change-Id: Ibb420908ae3f9f405f74481e344e9caa90b173bb --- .../src/com/android/systemui/shared/recents/ISystemUiProxy.aidl | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl b/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl index 57a4dab5729c8..388eeb6cd7063 100644 --- a/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl +++ b/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl @@ -24,7 +24,6 @@ import android.graphics.Insets; import android.graphics.Rect; import android.os.Bundle; import android.view.MotionEvent; -import android.window.TransitionFilter; import com.android.systemui.shared.recents.IPinnedStackAnimationListener; import com.android.systemui.shared.recents.model.Task;