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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java219 private QueuedInputEvent mQueuedInputEventPool;
226 QueuedInputEvent mPendingInputEventHead;
227 QueuedInputEvent mPendingInputEventTail;
3190 enqueueInputEvent(event, null, QueuedInputEvent.FLAG_DELIVER_POST_IME, true);
3393 public final void deliver(QueuedInputEvent q) {
3394 if ((q.mFlags & QueuedInputEvent.FLAG_FINISHED) != 0) {
3406 protected void finish(QueuedInputEvent q, boolean handled) {
3407 q.mFlags |= QueuedInputEvent.FLAG_FINISHED;
3409 q.mFlags |= QueuedInputEvent.FLAG_FINISHED_HANDLED;
3417 protected void forward(QueuedInputEvent
5477 private static final class QueuedInputEvent { class in class:ViewRootImpl
[all...]

Completed in 41 milliseconds