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

  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 28 final InputChannel mServerChannel, mClientChannel;
36 mServerChannel = channels[0];
44 mService.mInputManager.registerInputChannel(mServerChannel, null);
54 mWindowHandle.inputChannel = mServerChannel;
86 mService.mInputManager.unregisterInputChannel(mServerChannel);
88 mServerChannel.dispose();
DragState.java 133 InputChannel mServerChannel, mClientChannel;
140 mServerChannel = channels[0];
142 mService.mInputManager.registerInputChannel(mServerChannel, null);
154 mDragWindowHandle.inputChannel = mServerChannel;
187 mService.mInputManager.unregisterInputChannel(mServerChannel);
191 mServerChannel.dispose();
193 mServerChannel = null;
207 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel;
TaskPositioner.java 124 InputChannel mServerChannel;
260 mServerChannel = channels[0];
262 mService.mInputManager.registerInputChannel(mServerChannel, null);
276 mDragWindowHandle.inputChannel = mServerChannel;
328 mService.mInputManager.unregisterInputChannel(mServerChannel);
333 mServerChannel.dispose();
335 mServerChannel = null;

Completed in 2255 milliseconds