Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackAnimationHelper.java108 private TaskStackView mStackView; field in TaskStackAnimationHelper
115 mStackView = stackView; in TaskStackAnimationHelper()
125 Resources res = mStackView.getResources(); in prepareForEnterAnimation()
126 Resources appResources = mStackView.getContext().getApplicationContext().getResources(); in prepareForEnterAnimation()
128 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in prepareForEnterAnimation()
129 TaskStackViewScroller stackScroller = mStackView.getScroller(); in prepareForEnterAnimation()
130 TaskStack stack = mStackView.getStack(); in prepareForEnterAnimation()
147 List<TaskView> taskViews = mStackView.getTaskViews(); in prepareForEnterAnimation()
171 mStackView.updateTaskViewToTransform(tv, mTmpTransform, in prepareForEnterAnimation()
179 mStackView.updateTaskViewToTransform(tv, mTmpTransform, AnimationProps.IMMEDIATE); in prepareForEnterAnimation()
[all …]