Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DragResizeInputListener.java +2 −3 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class DragResizeInputListener implements AutoCloseable { try { mWindowSession.grantInputChannel( mDisplayId, new SurfaceControl(mDecorationSurface, TAG), mDecorationSurface, mFakeWindow, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, Loading Loading @@ -150,8 +150,7 @@ class DragResizeInputListener implements AutoCloseable { mWindowSession.updateInputChannel( mInputChannel.getToken(), mDisplayId, new SurfaceControl( mDecorationSurface, "DragResizeInputListener#setTouchRegion"), mDecorationSurface, FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, touchRegion); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DragResizeInputListener.java +2 −3 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class DragResizeInputListener implements AutoCloseable { try { mWindowSession.grantInputChannel( mDisplayId, new SurfaceControl(mDecorationSurface, TAG), mDecorationSurface, mFakeWindow, null /* hostInputToken */, FLAG_NOT_FOCUSABLE, Loading Loading @@ -150,8 +150,7 @@ class DragResizeInputListener implements AutoCloseable { mWindowSession.updateInputChannel( mInputChannel.getToken(), mDisplayId, new SurfaceControl( mDecorationSurface, "DragResizeInputListener#setTouchRegion"), mDecorationSurface, FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, touchRegion); Loading