Searched defs:mServerChannel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java28 final InputChannel mServerChannel, mClientChannel; field in class:InputConsumerImpl
36 mServerChannel = channels[0];
44 mService.mInputManager.registerInputChannel(mServerChannel, null);
53 mWindowHandle.inputChannel = mServerChannel;
85 mService.mInputManager.unregisterInputChannel(mServerChannel);
87 mServerChannel.dispose();
H A DTaskPositioner.java114 InputChannel mServerChannel; field in class:TaskPositioner
244 mServerChannel = channels[0];
246 mService.mInputManager.registerInputChannel(mServerChannel, null);
259 mDragWindowHandle.inputChannel = mServerChannel;
310 mService.mInputManager.unregisterInputChannel(mServerChannel);
315 mServerChannel.dispose();
317 mServerChannel = null;
H A DDragState.java97 InputChannel mServerChannel, mClientChannel; field in class:DragState
144 mServerChannel = channels[0];
146 mService.mInputManager.registerInputChannel(mServerChannel, null);
158 mDragWindowHandle.inputChannel = mServerChannel;
198 mService.mInputManager.unregisterInputChannel(mServerChannel);
202 mServerChannel.dispose();
204 mServerChannel = null;

Completed in 63 milliseconds