Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackAnimationHelper.java592 final TaskView frontMostTaskView = mStackView.getChildViewForTask(frontMostTask); in startNewStackScrollAnimation() local
595 if (frontMostTaskView != null) { in startNewStackScrollAnimation()
596 mStackView.updateTaskViewToTransform(frontMostTaskView, in startNewStackScrollAnimation()
608 if (frontMostTaskView != null) { in startNewStackScrollAnimation()
609 mStackView.updateTaskViewToTransform(frontMostTaskView, frontMostTransform, in startNewStackScrollAnimation()
624 if (task == frontMostTask && frontMostTaskView != null) { in startNewStackScrollAnimation()