Searched refs:mClientChannel (Results 1 – 7 of 7) sorted by relevance
44 final InputChannel mClientChannel; field in GestureMonitorSpyWindow50 mClientChannel = inputChannel; in GestureMonitorSpyWindow()58 mWindowHandle.token = mClientChannel.getToken(); in GestureMonitorSpyWindow()84 mClientChannel.dispose(); in remove()89 + mClientChannel.getToken() + " displayId=" + mWindowHandle.displayId; in dump()
38 final InputChannel mClientChannel; field in InputConsumerImpl61 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()
101 InputChannel mClientChannel; field in TaskPositioner206 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;
357 InputChannel mClientChannel; field in DragState.InputInterceptor363 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()
296 private final InputChannel mClientChannel; field in Letterbox.InputInterceptor305 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()
207 transferFocusFromWin.mInputChannel, mTaskPositioner.mClientChannel, in startPositioningLocked()
38 private final InputChannel mClientChannel; field in HandwritingEventReceiverSurface44 mClientChannel = inputChannel; in HandwritingEventReceiverSurface()50 mWindowHandle.token = mClientChannel.getToken(); in HandwritingEventReceiverSurface()99 return mClientChannel; in getInputChannel()