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

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 44 mService.mInputManager.registerInputChannel(mServerChannel, null);
45 InputQueue.registerInputChannel(mClientChannel, inputHandler, looper.getQueue());
DragState.java 92 mService.mInputManager.registerInputChannel(mServerChannel, null);
93 InputQueue.registerInputChannel(mClientChannel, mService.mDragInputHandler,
InputManager.java 274 public void registerInputChannel(InputChannel inputChannel,
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
InputQueue.java 75 public static void registerInputChannel(InputChannel inputChannel, InputHandler inputHandler,
ViewRootImpl.java 554 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 59 status_t registerInputChannel(JNIEnv* env, jobject inputChannelObj,
131 status_t NativeInputQueue::registerInputChannel(JNIEnv* env, jobject inputChannelObj,
454 status_t status = gNativeInputQueue.registerInputChannel(
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 180 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
376 status_t NativeInputManager::registerInputChannel(JNIEnv* env,
379 return mInputManager->getDispatcher()->registerInputChannel(
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 346 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
398 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 602 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 1132 milliseconds