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 187 InputChannel mInputChannel;
496 mInputChannel = new InputChannel();
504 mAttachInfo.mContentInsets, mInputChannel);
509 mInputChannel = null;
576 if (mInputChannel != null) {
581 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
    [all...]
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 47 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
53 sp<InputChannel> mInputChannel;
61 mInputChannel(inputChannel), mDisposeCallback(NULL) {
74 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 163 InputChannel mInputChannel;
614 mInputChannel = new InputChannel();
616 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
623 mInputChannel, Looper.myLooper());
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 286 InputChannel mInputChannel;
830 && mInputChannel != null && mInputWindowHandle != null;
    [all...]
InputMonitor.java 270 final InputChannel inputChannel = child.mInputChannel;
296 if (u.mInputChannel != null && u.mInputWindowHandle != null) {
Session.java 299 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java     [all...]

Completed in 579 milliseconds