Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java58 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView, in composeAnimationSpec() argument
75 stackView.getStack().getFrontMostTask()) { in composeAnimationSpec()
76 taskRect.bottom = taskRect.top + stackView.getMeasuredHeight(); in composeAnimationSpec()
97 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) { in composeAnimationSpecs() argument
99 TaskView taskView = stackView.getChildViewForTask(task); in composeAnimationSpecs()
100 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in composeAnimationSpecs()
120 AppTransitionAnimationSpecCompat spec = composeAnimationSpec(stackView, taskView, in composeAnimationSpecs()
DTaskStackAnimationHelper.java116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { in TaskStackAnimationHelper() argument
117 mStackView = stackView; in TaskStackAnimationHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DTaskViewFocusFrame.java54 public TaskViewFocusFrame(Context context, TaskStackView stackView, in TaskViewFocusFrame() argument
57 mSv = stackView; in TaskViewFocusFrame()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java932 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform() argument
935 TaskStack stack = stackView.getStack(); in getThumbnailTransitionTransform()
946 stackView.updateLayoutAlgorithm(true /* boundScroll */); in getThumbnailTransitionTransform()
947 stackView.updateToInitialState(); in getThumbnailTransitionTransform()
948 stackView.getStackAlgorithm().getStackTransformScreenCoordinates(launchTask, in getThumbnailTransitionTransform()
949 stackView.getScroller().getStackScroll(), mTmpTransform, null, windowOverrideRect); in getThumbnailTransitionTransform()