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

  /frameworks/base/core/jni/
android_view_InputChannel.cpp 46 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
52 sp<InputChannel> mInputChannel;
60 mInputChannel(inputChannel), mDisposeCallback(NULL) {
73 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 163 InputChannel mInputChannel;
594 mInputChannel = new InputChannel();
596 mInputChannel) < 0) {
602 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 293 InputChannel mInputChannel;
    [all...]
InputMonitor.java 180 final InputChannel inputChannel = child.mInputChannel;
Session.java 265 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 202 InputChannel mInputChannel;
477 mInputChannel = new InputChannel();
483 mInputChannel);
488 mInputChannel = null;
549 if (mInputChannel != null) {
551 mInputQueue = new InputQueue(mInputChannel);
554 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]

Completed in 114 milliseconds