HomeSort by relevance Sort by last modified time
    Searched refs:mServerChannel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 32 final InputChannel mServerChannel, mClientChannel;
44 mServerChannel = channels[0];
46 mService.mInputManager.registerInputChannel(mServerChannel, null);
58 mWindowHandle.inputChannel = mServerChannel;
89 mService.mInputManager.unregisterInputChannel(mServerChannel);
91 mServerChannel.dispose();
DragState.java 57 InputChannel mServerChannel, mClientChannel;
102 mServerChannel = channels[0];
104 mService.mInputManager.registerInputChannel(mServerChannel, null);
116 mDragWindowHandle.inputChannel = mServerChannel;
156 mService.mInputManager.unregisterInputChannel(mServerChannel);
160 mServerChannel.dispose();
162 mServerChannel = null;
Session.java 312 mService.mDragState.mServerChannel)) {

Completed in 916 milliseconds