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 33 final InputChannel mServerChannel, mClientChannel;
48 mServerChannel = channels[0];
50 mService.mInputManager.registerInputChannel(mServerChannel, null);
62 mWindowHandle.inputChannel = mServerChannel;
100 mService.mInputManager.unregisterInputChannel(mServerChannel);
102 mServerChannel.dispose();
DragState.java 57 InputChannel mServerChannel, mClientChannel;
101 mServerChannel = channels[0];
103 mService.mInputManager.registerInputChannel(mServerChannel, null);
115 mDragWindowHandle.inputChannel = mServerChannel;
156 mService.mInputManager.unregisterInputChannel(mServerChannel);
160 mServerChannel.dispose();
162 mServerChannel = null;

Completed in 217 milliseconds