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

/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java99 * The recipient should process the input event and then call {@link #finishInputEvent}
101 * until {@link #finishInputEvent} is called.
106 finishInputEvent(event, false);
128 public final void finishInputEvent(InputEvent event, boolean handled) { method in class:InputEventReceiver
H A DViewRootImpl.java3144 finishInputEvent(q, false);
3179 finishInputEvent(q, true);
3184 finishInputEvent(q, false);
3195 finishInputEvent(q, false);
3207 finishInputEvent(q, true);
3317 finishInputEvent(q, true);
3334 finishInputEvent(q, false);
3343 finishInputEvent(q, true);
3350 finishInputEvent(q, true);
3352 finishInputEvent(
4166 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);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java248 finishInputEvent(event, handled);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java393 finishInputEvent(event, handled);
2248 finishInputEvent(event, handled);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java740 finishInputEvent(event, handled);

Completed in 68 milliseconds