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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java346 private QueuedInputEvent mQueuedInputEventPool;
353 QueuedInputEvent mPendingInputEventHead;
354 QueuedInputEvent mPendingInputEventTail;
3897 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_UNHANDLED, true);
3911 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true);
4122 public final void deliver(QueuedInputEvent q) {
4123 if ((q.mFlags & QueuedInputEvent.FLAG_FINISHED) != 0) {
4135 protected void finish(QueuedInputEvent q, boolean handled) {
4136 q.mFlags |= QueuedInputEvent.FLAG_FINISHED;
4138 q.mFlags |= QueuedInputEvent
6459 private static final class QueuedInputEvent { class in class:ViewRootImpl
[all...]

Completed in 74 milliseconds