Merge "Crop touchable region to surface bounds when updating an InputChannel" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f4369fe1f1
@@ -8684,11 +8684,12 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
h.ownerPid = callingPid;
|
||||
|
||||
if (region == null) {
|
||||
h.replaceTouchableRegionWithCrop = true;
|
||||
h.replaceTouchableRegionWithCrop(null);
|
||||
} else {
|
||||
h.touchableRegion.set(region);
|
||||
h.replaceTouchableRegionWithCrop = false;
|
||||
h.setTouchableRegionCrop(surface);
|
||||
}
|
||||
h.setTouchableRegionCrop(null /* use the input surface's bounds */);
|
||||
|
||||
final SurfaceControl.Transaction t = mTransactionFactory.get();
|
||||
t.setInputWindowInfo(surface, h);
|
||||
|
||||
Reference in New Issue
Block a user