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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java225 private QueuedInputEvent mQueuedInputEventPool;
232 QueuedInputEvent mPendingInputEventHead;
233 QueuedInputEvent mPendingInputEventTail;
3326 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_UNHANDLED, true);
3340 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true);
3538 public final void deliver(QueuedInputEvent q) {
3539 if ((q.mFlags & QueuedInputEvent.FLAG_FINISHED) != 0) {
3551 protected void finish(QueuedInputEvent q, boolean handled) {
3552 q.mFlags |= QueuedInputEvent.FLAG_FINISHED;
3554 q.mFlags |= QueuedInputEvent
5636 private static final class QueuedInputEvent { class in class:ViewRootImpl
[all...]

Completed in 59 milliseconds