Merge "WindowlessWindowManager: Support touchable region"

This commit is contained in:
Rob Carr
2022-01-16 02:06:06 +00:00
committed by Android (Google) Code Review

View File

@@ -330,6 +330,7 @@ public class WindowlessWindowManager implements IWindowSession {
public void setInsets(android.view.IWindow window, int touchableInsets,
android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets,
android.graphics.Region touchableRegion) {
setTouchRegion(window.asBinder(), touchableRegion);
}
@Override