Home
last modified time | relevance | path

Searched refs:updateInputChannel (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowManager.java155 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in setTouchRegion()
414 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in relayout()
419 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, sc, in relayout()
598 public void updateInputChannel(IBinder channelToken, int displayId, SurfaceControl surface, in updateInputChannel() method in WindowlessWindowManager
H A DIWindowSession.aidl304 oneway void updateInputChannel(in IBinder channelToken, int displayId, in updateInputChannel() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java258 mWindowSession.updateInputChannel( in setGeometry()
286 mWindowSession.updateInputChannel( in setGeometry()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java885 public void updateInputChannel(IBinder channelToken, int displayId, SurfaceControl surface, in updateInputChannel() method in Session
889 mService.updateInputChannel(channelToken, displayId, surface, flags, in updateInputChannel()
H A DWindowManagerService.java8785 updateInputChannel(outInputChannel.getToken(), callingUid, callingPid, displayId, surface, in grantInputChannel()
8822 private void updateInputChannel(IBinder channelToken, int callingUid, int callingPid, in updateInputChannel() method in WindowManagerService
8884 void updateInputChannel(IBinder channelToken, int displayId, SurfaceControl surface, in updateInputChannel() method in WindowManagerService
8900 updateInputChannel(channelToken, win.mOwnerUid, win.mOwnerPid, displayId, surface, name, in updateInputChannel()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java936 mWm.updateInputChannel(inputChannel.getToken(), DEFAULT_DISPLAY, surfaceControl, in testUpdateInputChannel_sanitizeSpyWindowForApplications()
961 mWm.updateInputChannel(inputChannel.getToken(), DEFAULT_DISPLAY, surfaceControl, in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission()