Lines Matching defs:stack

221     public void onReload(TaskStack stack, boolean isResumingFromVisible) {
224 final boolean isTaskStackEmpty = stack.getTaskCount() == 0;
237 // Update the stack
239 updateStack(stack, true /* setStackViewTasks */);
260 * Called from RecentsActivity when the task stack is updated.
262 public void updateStack(TaskStack stack, boolean setStackViewTasks) {
264 mTaskStackView.setTasks(stack, true /* allowNotifyStackChanges */);
268 if (stack.getTaskCount() > 0) {
323 * Returns whether the last task launched was in the freeform stack or not.
329 /** Launches the focused task from the first stack if possible */
371 // Iterate the stack views and try and find the given task.
387 * Hides the task stack and shows the empty view.
400 * Shows the task stack and hides the empty view.
457 // Measure the stack action button within the constraints of the space above the stack
497 // Layout the stack action button such that its drawable is start-aligned with the
498 // stack, vertically centered in the available space above the stack
576 // Hide the stack action button
592 // Temporarily hide the stack action button without changing visibility
650 // relaid out when the stack changes on the multiwindow change event
681 // Show the stack action button again without changing visibility
769 updateStack(event.stack, false /* setStackViewTasks */);
777 * Shows the stack action button.
813 * Hides the stack action button.
826 * Hides the stack action button.
919 * Scrim will be {@link ScrimController#GRADIENT_SCRIM_ALPHA} when the stack is empty,
947 * @return the bounds of the stack action button.