Searched refs:mServerChannel (Results 1 – 4 of 4) sorted by relevance
28 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl36 mServerChannel = channels[0]; in InputConsumerImpl()44 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl()54 mWindowHandle.inputChannel = mServerChannel; in InputConsumerImpl()86 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()88 mServerChannel.dispose(); in disposeChannelsLw()
133 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor140 mServerChannel = channels[0]; in InputInterceptor()142 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputInterceptor()154 mDragWindowHandle.inputChannel = mServerChannel; in InputInterceptor()187 mService.mInputManager.unregisterInputChannel(mServerChannel); in tearDown()191 mServerChannel.dispose(); in tearDown()193 mServerChannel = null; in tearDown()207 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()
124 InputChannel mServerChannel; field in TaskPositioner260 mServerChannel = channels[0]; in register()262 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()276 mDragWindowHandle.inputChannel = mServerChannel; in register()328 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()333 mServerChannel.dispose(); in unregister()335 mServerChannel = null; in unregister()
4522 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()