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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java285 private QueuedInputEvent mQueuedInputEventPool;
292 QueuedInputEvent mPendingInputEventHead;
293 QueuedInputEvent mPendingInputEventTail;
3637 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_UNHANDLED, true);
3651 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true);
3847 public final void deliver(QueuedInputEvent q) {
3848 if ((q.mFlags & QueuedInputEvent.FLAG_FINISHED) != 0) {
3860 protected void finish(QueuedInputEvent q, boolean handled) {
3861 q.mFlags |= QueuedInputEvent.FLAG_FINISHED;
3863 q.mFlags |= QueuedInputEvent
6064 private static final class QueuedInputEvent { class in class:ViewRootImpl
[all...]

Completed in 39 milliseconds