Searched refs:inputHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputQueue.java54 InputHandler inputHandler, MessageQueue messageQueue);
71 * @param inputHandler The input handler to input events send to the target.
75 public static void registerInputChannel(InputChannel inputChannel, InputHandler inputHandler, argument
80 if (inputHandler == null) {
81 throw new IllegalArgumentException("inputHandler must not be null");
92 nativeRegisterInputChannel(inputChannel, inputHandler, messageQueue);
117 private static void dispatchKeyEvent(InputHandler inputHandler, argument
120 inputHandler.handleKey(event, finishedCallback);
124 private static void dispatchMotionEvent(InputHandler inputHandler, argument
127 inputHandler
53 nativeRegisterInputChannel(InputChannel inputChannel, InputHandler inputHandler, MessageQueue messageQueue) argument
[all...]

Completed in 44 milliseconds