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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java110 private TaskStackView mStackView; field in class:TaskStackAnimationHelper
117 mStackView = stackView;
129 Resources res = mStackView.getResources();
130 Resources appResources = mStackView.getContext().getApplicationContext().getResources();
132 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm();
133 TaskStackViewScroller stackScroller = mStackView.getScroller();
134 TaskStack stack = mStackView.getStack();
159 List<TaskView> taskViews = mStackView.getTaskViews();
180 mStackView.updateTaskViewToTransform(tv, mTmpTransform,
187 mStackView
[all...]

Completed in 62 milliseconds