Revert "Mark corner resize areas as gesture exclusion areas."

This reverts commit 0be54555c7.

Reason for revert: b/276773593

Change-Id: I7749bfe258b731e4ac6ce64e41a6ca78944bf69e
This commit is contained in:
Matt Sziklay
2023-04-03 20:35:38 +00:00
parent 0be54555c7
commit 8e3f89a777

View File

@@ -42,9 +42,6 @@ import android.view.WindowManagerGlobal;
import com.android.internal.view.BaseIWindow;
import java.util.Arrays;
import java.util.List;
/**
* An input event listener registered to InputDispatcher to receive input events on task edges and
* and corners. Converts them to drag resize requests.
@@ -214,10 +211,6 @@ class DragResizeInputListener implements AutoCloseable {
PRIVATE_FLAG_TRUSTED_OVERLAY,
0 /* inputFeatures */,
touchRegion);
List<Rect> cornersList = Arrays.asList(
mLeftTopCornerBounds, mLeftBottomCornerBounds,
mRightTopCornerBounds, mRightBottomCornerBounds);
mWindowSession.reportSystemGestureExclusionChanged(mFakeWindow, cornersList);
} catch (RemoteException e) {
e.rethrowFromSystemServer();
}