Home | History | Annotate | Download | only in view

Lines Matching refs:deliver

4119      * Events are delivered to the stage by the {@link #deliver} method.  The stage
4141 public final void deliver(QueuedInputEvent q) {
4200 mNext.deliver(q);
4321 // The event is not blocked. Deliver it immediately.
4328 // Dequeuing this event may have unblocked successors. Deliver them.
4732 // Deliver the key to the view hierarchy.
4844 // Deliver the event to the view.
4981 // Translate the trackball event into DPAD keys and try to deliver those.
6612 // Deliver all pending input events in the queue.
6661 stage.deliver(q);