Searched defs:finishInputEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java107 * The recipient should process the input event and then call {@link #finishInputEvent}
109 * until {@link #finishInputEvent} is called.
114 finishInputEvent(event, false);
136 public final void finishInputEvent(InputEvent event, boolean handled) { method in class:InputEventReceiver
H A DViewRootImpl.java3190 finishInputEvent(q, false);
3225 finishInputEvent(q, true);
3230 finishInputEvent(q, false);
3268 finishInputEvent(q, false);
3280 finishInputEvent(q, true);
3390 finishInputEvent(q, true);
3432 finishInputEvent(q, false);
3441 finishInputEvent(q, true);
3449 finishInputEvent(q, true);
3451 finishInputEvent(
4303 private void finishInputEvent(QueuedInputEvent q, boolean handled) { method in class:ViewRootImpl
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp55 status_t finishInputEvent(uint32_t seq, bool handled);
106 status_t NativeInputEventReceiver::finishInputEvent(uint32_t seq, bool handled) { function in class:android::NativeInputEventReceiver
267 status_t status = receiver->finishInputEvent(seq, handled);

Completed in 722 milliseconds