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

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 32 final InputChannel mServerChannel, mClientChannel;
47 mServerChannel = channels[0];
49 mService.mInputManager.registerInputChannel(mServerChannel, null);
61 mWindowHandle.inputChannel = mServerChannel;
98 mService.mInputManager.unregisterInputChannel(mServerChannel);
100 mServerChannel.dispose();
DragState.java 54 InputChannel mServerChannel, mClientChannel;
93 mServerChannel = channels[0];
95 mService.mInputManager.registerInputChannel(mServerChannel, null);
106 mDragWindowHandle.inputChannel = mServerChannel;
144 mService.mInputManager.unregisterInputChannel(mServerChannel);
148 mServerChannel.dispose();
150 mServerChannel = null;

Completed in 2230 milliseconds