Searched refs:stackView (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
H A D | RecentsTransitionComposer.java | 58 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView, argument 71 // height (stackView height) and when transitioning to fullscreen app, the code below would 72 // force the task thumbnail to full stackView height immediately causing the transition 75 stackView.getStack().getFrontMostTask()) { 76 taskRect.bottom = taskRect.top + stackView.getMeasuredHeight(); 97 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) { 99 TaskView taskView = stackView.getChildViewForTask(task); 100 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); 120 AppTransitionAnimationSpecCompat spec = composeAnimationSpec(stackView, taskView, 96 composeAnimationSpecs(final Task task, final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) argument
|
H A D | RecentsView.java | 926 final TaskStackView stackView, final TaskView taskView, 936 transitionFuture = new AppTransitionAnimationSpecsFuture(stackView.getHandler()) { 939 return mTransitionHelper.composeAnimationSpecs(task, stackView, windowingMode, 957 stackView.cancelAllTaskViewAnimations(); 990 stackView.cancelAllTaskViewAnimations(); 925 launchTaskFromRecents(final TaskStack stack, @Nullable final Task task, final TaskStackView stackView, final TaskView taskView, final boolean screenPinningRequested, final int windowingMode, final int activityType) argument
|
H A D | TaskStackAnimationHelper.java | 116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { argument 117 mStackView = stackView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/ |
H A D | TaskViewFocusFrame.java | 54 public TaskViewFocusFrame(Context context, TaskStackView stackView, argument 57 mSv = stackView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | RecentsImpl.java | 932 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, argument 935 TaskStack stack = stackView.getStack(); 946 stackView.updateLayoutAlgorithm(true /* boundScroll */); 947 stackView.updateToInitialState(); 948 stackView.getStackAlgorithm().getStackTransformScreenCoordinates(launchTask, 949 stackView.getScroller().getStackScroll(), mTmpTransform, null, windowOverrideRect);
|
Completed in 13 milliseconds