Searched refs:stackView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java102 final TaskStackView stackView, final TaskView taskView,
115 return composeAnimationSpecs(task, stackView, destinationStack);
125 stackView.cancelAllTaskViewAnimations();
144 stackView.cancelAllTaskViewAnimations();
283 final TaskStackView stackView, final int destinationStack) {
292 TaskView taskView = stackView.getChildViewForTask(task);
293 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
311 AppTransitionAnimationSpec spec = composeAnimationSpec(stackView, taskView,
322 TaskStack stack = stackView.getStack();
328 TaskView tv = stackView
101 launchTaskFromRecents(final TaskStack stack, @Nullable final Task task, final TaskStackView stackView, final TaskView taskView, final boolean screenPinningRequested, final Rect bounds, final int destinationStack) argument
282 composeAnimationSpecs(final Task task, final TaskStackView stackView, final int destinationStack) argument
408 composeAnimationSpec(TaskStackView stackView, TaskView taskView, TaskViewTransform transform, boolean addHeaderBitmap) argument
[all...]
H A DTaskStackAnimationHelper.java114 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { argument
115 mStackView = stackView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java708 ActivityManager.RunningTaskInfo runningTask, TaskStackView stackView,
712 ArrayList<Task> tasks = stackView.getStack().getStackTasks();
713 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
714 TaskStackViewScroller stackScroller = stackView.getScroller();
716 stackView.updateLayoutAlgorithm(true /* boundScroll */);
717 stackView.updateToInitialState();
739 TaskViewTransform toTransform = getThumbnailTransitionTransform(stackView, toTask,
757 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, argument
760 TaskStack stack = stackView.getStack();
771 stackView
707 getThumbnailTransitionActivityOptions( ActivityManager.RunningTaskInfo runningTask, TaskStackView stackView, Rect windowOverrideRect) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DRecentsTvTransitionHelper.java50 final TaskStackHorizontalGridView stackView, final TaskCardView taskView,
49 launchTaskFromRecents(final TaskStack stack, @Nullable final Task task, final TaskStackHorizontalGridView stackView, final TaskCardView taskView, final Rect bounds, int destinationStack) argument

Completed in 75 milliseconds