Searched refs:mServerChannel (Results 1 – 4 of 4) sorted by relevance
33 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl51 mServerChannel = channels[0]; in InputConsumerImpl()59 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl()69 mWindowHandle.inputChannel = mServerChannel; in InputConsumerImpl()121 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()123 mServerChannel.dispose(); in disposeChannelsLw()
208 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor215 mServerChannel = channels[0]; in InputInterceptor()217 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputInterceptor()229 mDragWindowHandle.inputChannel = mServerChannel; in InputInterceptor()262 mService.mInputManager.unregisterInputChannel(mServerChannel); in tearDown()266 mServerChannel.dispose(); in tearDown()268 mServerChannel = null; in tearDown()282 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()
117 InputChannel mServerChannel; field in TaskPositioner247 mServerChannel = channels[0]; in register()249 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()263 mDragWindowHandle.inputChannel = mServerChannel; in register()314 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()319 mServerChannel.dispose(); in unregister()321 mServerChannel = null; in unregister()
143 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()