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

  /frameworks/base/core/java/android/view/
InputEventSender.java 40 private InputChannel mInputChannel;
63 mInputChannel = inputChannel;
99 mInputChannel = null;
InputEventReceiver.java 41 private InputChannel mInputChannel;
68 mInputChannel = inputChannel;
104 mInputChannel = null;
ViewRootImpl.java 313 InputChannel mInputChannel;
718 mInputChannel = new InputChannel();
729 mAttachInfo.mOutsets, mInputChannel);
734 mInputChannel = null;
    [all...]
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 49 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
55 sp<InputChannel> mInputChannel;
63 mInputChannel(inputChannel), mDisposeCallback(NULL) {
76 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 184 InputChannel mInputChannel;
750 mInputChannel = new InputChannel();
753 mInputChannel) < 0) {
760 mInputChannel, Looper.myLooper());
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 491 InputChannel mInputChannel;
    [all...]
InputMonitor.java 639 final InputChannel inputChannel = w.mInputChannel;
Session.java 358 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java     [all...]

Completed in 393 milliseconds