Home
last modified time | relevance | path

Searched refs:mServerChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java33 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl
51 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()
DDragState.java208 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor
215 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()
DTaskPositioner.java117 InputChannel mServerChannel; field in TaskPositioner
247 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()
DTaskPositioningController.java143 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()