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.java28 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl
36 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()
DDragState.java133 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor
140 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()
DTaskPositioner.java124 InputChannel mServerChannel; field in TaskPositioner
260 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()
DWindowManagerService.java4522 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()