Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java28 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl
36 mServerChannel = channels[0]; in InputConsumerImpl()
44 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl()
53 mWindowHandle.inputChannel = mServerChannel; in InputConsumerImpl()
85 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()
87 mServerChannel.dispose(); in disposeChannelsLw()
DTaskPositioner.java114 InputChannel mServerChannel; field in TaskPositioner
244 mServerChannel = channels[0]; in register()
246 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
259 mDragWindowHandle.inputChannel = mServerChannel; in register()
310 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
315 mServerChannel.dispose(); in unregister()
317 mServerChannel = null; in unregister()
DDragState.java97 InputChannel mServerChannel, mClientChannel; field in DragState
144 mServerChannel = channels[0]; in register()
146 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
158 mDragWindowHandle.inputChannel = mServerChannel; in register()
198 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
202 mServerChannel.dispose(); in unregister()
204 mServerChannel = null; in unregister()
DSession.java329 mService.mDragState.mServerChannel)) { in performDrag()
DWindowManagerService.java7589 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()