Lines Matching refs:visible

452      * Computes the task transforms at the current stack scroll for all visible tasks. If a valid
454 * visible range includes all tasks at the target stack scroll. This is useful for ensure that
455 * all views necessary for a transition or animation will be visible at the start.
462 * The range of the union of the visible views at the current and
464 * @param ignoreTasksSet The set of tasks to skip for purposes of calculaing the visible range.
466 * @return the front and back most visible task indices (there may be non visible tasks in
492 if (useTargetStackScroll && !transform.visible) {
493 // If we have a target stack scroll and the task is not currently visible, then we
498 if (transformAtTarget.visible) {
504 // visible stack indices
511 if (transform.visible) {
522 * Binds the visible {@link TaskView}s at the given target scroll.
529 * Synchronizes the set of children {@link TaskView}s to match the visible set of tasks in the
531 * computed {@link TaskViewTransform}s of the visible range, but only ensures that they will
535 * @param targetStackScroll If provided, will ensure that the set of visible {@link TaskView}s
536 * includes those visible at the current stack scroll, and all at the
538 * @param ignoreTaskOverrides If set, the visible task computation will get the transforms for
571 if (transform != null && transform.visible) {
582 // Pick up all the newly visible children
593 if (!transform.visible) {
644 * Relayout the the visible {@link TaskView}s to their current transforms as specified by the
647 * {@link TaskView}s will match the set of visible tasks in the stack. If a {@link Task} has
720 transform.visible = true;
736 transform.visible = true;
935 * to the first visible stack task
949 * to the first visible stack task
1161 * Computes the maximum number of visible tasks and thumbnails. Requires that
1645 // In grid layout, the stack action button always remains visible.
1682 // For visible children, defer removing the task until after the animation
1786 // For visible children, defer removing the task until after the animation
2087 if (!event.visible) {
2100 // here onces Recents is not visible