Home
last modified time | relevance | path

Searched refs:mClientChannel (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DGestureMonitorSpyWindow.java44 final InputChannel mClientChannel; field in GestureMonitorSpyWindow
50 mClientChannel = inputChannel; in GestureMonitorSpyWindow()
58 mWindowHandle.token = mClientChannel.getToken(); in GestureMonitorSpyWindow()
84 mClientChannel.dispose(); in remove()
89 + mClientChannel.getToken() + " displayId=" + mWindowHandle.displayId; in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java38 final InputChannel mClientChannel; field in InputConsumerImpl
61 mClientChannel = mService.mInputManager.createInputChannel(name); in InputConsumerImpl()
63 mClientChannel.copyTo(inputChannel); in InputConsumerImpl()
71 mWindowHandle.token = mClientChannel.getToken(); in InputConsumerImpl()
147 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
148 mClientChannel.dispose(); in disposeChannelsLw()
H A DTaskPositioner.java101 InputChannel mClientChannel; field in TaskPositioner
206 if (mClientChannel != null) { in register()
212 mClientChannel = mService.mInputManager.createInputChannel(TAG); in register()
215 mClientChannel, mService.mAnimationHandler.getLooper(), in register()
224 mDragWindowHandle.token = mClientChannel.getToken(); in register()
275 if (mClientChannel == null) {
281 mService.mInputManager.removeInputChannel(mClientChannel.getToken());
285 mClientChannel.dispose();
286 mClientChannel = null;
H A DDragState.java357 InputChannel mClientChannel; field in DragState.InputInterceptor
363 mClientChannel = mService.mInputManager.createInputChannel("drag"); in InputInterceptor()
364 mInputEventReceiver = new DragInputEventReceiver(mClientChannel, in InputInterceptor()
373 mDragWindowHandle.token = mClientChannel.getToken(); in InputInterceptor()
396 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
399 mClientChannel.dispose(); in tearDown()
400 mClientChannel = null; in tearDown()
414 return mInputInterceptor == null ? null : mInputInterceptor.mClientChannel; in getInputChannel()
H A DLetterbox.java296 private final InputChannel mClientChannel; field in Letterbox.InputInterceptor
305 mClientChannel = mWmService.mInputManager.createInputChannel(name); in InputInterceptor()
306 mInputEventReceiver = new TapEventReceiver(mClientChannel, mWmService); in InputInterceptor()
308 mToken = mClientChannel.getToken(); in InputInterceptor()
338 mClientChannel.dispose(); in dispose()
H A DTaskPositioningController.java207 transferFocusFromWin.mInputChannel, mTaskPositioner.mClientChannel, in startPositioningLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingEventReceiverSurface.java38 private final InputChannel mClientChannel; field in HandwritingEventReceiverSurface
44 mClientChannel = inputChannel; in HandwritingEventReceiverSurface()
50 mWindowHandle.token = mClientChannel.getToken(); in HandwritingEventReceiverSurface()
99 return mClientChannel; in getInputChannel()