Home | History | Annotate | Download | only in wm

Lines Matching defs:stack

45  * Controller for the stack container. This is created by activity manager to link activity stacks
46 * to the stack container they use in window manager.
82 final TaskStack stack = dc.addStackToDisplay(stackId, onTop);
83 stack.setController(this);
134 "positionChildAt: could not find stack for task=" + mContainer);
185 * Re-sizes a stack and its containing tasks.
187 * @param bounds New stack bounds. Passing in null sets the bounds to fullscreen.
188 * @param configs Configurations for tasks in the resized stack, keyed by task id.
189 * @param taskBounds Bounds for tasks in the resized stack, keyed by task id.
190 * @return True if the stack is now fullscreen.
196 throw new IllegalArgumentException("resizeStack: stack " + this + " not found.");
228 throw new IllegalArgumentException("prepareFreezingTaskBounds: stack " + this
267 final TaskStack stack = mContainer;
268 final DisplayContent displayContent = stack.getDisplayContent();
291 // If the bounds we are animating is the same as the fullscreen stack
293 // the fullscreen stack, without intersecting it with the display bounds