Lines Matching defs:next

415      * Call this to profile the next traversal call.
989 * Add LayoutTransition to the list of transitions to be started in the next traversal.
997 * @param transition The LayoutTransition to be started on the next traversal.
1149 if (DEBUG_DIALOG) Log.v(TAG, "Window " + mView + ": next baseSize="
1317 // shown for the first time the next time it gets focus.
1677 // !!FIXME!! This next section handles the case where we did not get the
1951 // Remember if we must report the next draw.
1995 mLayoutRequested = true; // ask wm for a new surface next time.
2029 * requests to the next frame to avoid possible infinite loops.
2033 * next frame (if it is a request during the second layout pass).</p>
2053 // It will post to the next frame instead.
2085 // the second pass, which may result in posting those requests to the next
2109 // Post second-pass requests to the next frame
2117 " during second layout pass: posting in next frame");
2200 // Need to make sure we re-evaluate the window attributes next
2564 mLayoutRequested = true; // ask wm for a new surface next time.
2618 mLayoutRequested = true; // ask wm for a new surface next time.
3422 * then has the choice of finishing the event or forwarding it to the next stage.
3434 * @param next The next stage to which events should be forwarded.
3436 public InputStage(InputStage next) {
3437 mNext = next;
3454 * Marks the the input event as finished then forwards it to the next stage.
3465 * Forwards the event to the next stage.
3495 * Called when an event is being delivered to the next stage.
3551 * @param next The next stage to which events should be forwarded.
3555 public AsyncInputStage(InputStage next, String traceCounter) {
3556 super(next);
3583 // before it can be delivered to the next stage. This is done because
3619 QueuedInputEvent next = curr.mNext;
3622 curr = next;
3684 public NativePreImeInputStage(InputStage next, String traceCounter) {
3685 super(next, traceCounter);
3713 public ViewPreImeInputStage(InputStage next) {
3714 super(next);
3740 public ImeInputStage(InputStage next, String traceCounter) {
3741 super(next, traceCounter);
3755 // The IME could not handle it, so skip along to the next InputStage
3780 public EarlyPostImeInputStage(InputStage next) {
3781 super(next);
3845 public NativePostImeInputStage(InputStage next, String traceCounter) {
3846 super(next, traceCounter);
3873 public ViewPostImeInputStage(InputStage next) {
3874 super(next);
4554 // to 2 ticks per second, then there may be up to half a second delay between the next
5524 * to finish handling it before delivering the next one.
5765 // consumption of batched input events on the next frame. Otherwise, we would
6530 * attached. The work is executed during the next call to performTraversals on