Home | History | Annotate | Download | only in view

Lines Matching refs:deliver

3516      * Events are delivered to the stage by the {@link #deliver} method.  The stage
3538 public final void deliver(QueuedInputEvent q) {
3597 mNext.deliver(q);
3708 // The event is not blocked. Deliver it immediately.
3715 // Dequeuing this event may have unblocked successors. Deliver them.
4019 // Deliver the key to the view hierarchy.
4145 // Deliver the event to the view.
4222 // Translate the trackball event into DPAD keys and try to deliver those.
5768 // Deliver all pending input events in the queue.
5807 stage.deliver(q);