Home | History | Annotate | Download | only in am

Lines Matching defs:reparent

180      * {@link TaskRecord#reparent}.
569 * Convenience method to reparent a task to the top or bottom position of the stack.
571 boolean reparent(ActivityStack preferredStack, boolean toTop,
574 return reparent(preferredStack, toTop ? MAX_VALUE : 0, moveStackMode, animate, deferResume,
579 * Convenience method to reparent a task to the top or bottom position of the stack, with
582 boolean reparent(ActivityStack preferredStack, boolean toTop,
585 return reparent(preferredStack, toTop ? MAX_VALUE : 0, moveStackMode, animate,
589 /** Convenience method to reparent a task to a specific position of the stack. */
590 boolean reparent(ActivityStack preferredStack, int position,
593 return reparent(preferredStack, position, moveStackMode, animate, deferResume,
616 boolean reparent(ActivityStack preferredStack, int position,
666 // Must reparent first in window manager to avoid a situation where AM can delete the
667 // we are coming from in WM before we reparent because it became empty.
668 mWindowContainerController.reparent(toStack.getWindowContainerController(), position,