Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackAnimationHelper.java567 final TaskView frontMostTaskView = mStackView.getChildViewForTask(frontMostTask); in startNewStackScrollAnimation() local
570 if (frontMostTaskView != null) { in startNewStackScrollAnimation()
571 mStackView.updateTaskViewToTransform(frontMostTaskView, in startNewStackScrollAnimation()
583 if (frontMostTaskView != null) { in startNewStackScrollAnimation()
584 mStackView.updateTaskViewToTransform(frontMostTaskView, frontMostTransform, in startNewStackScrollAnimation()
599 if (task == frontMostTask && frontMostTaskView != null) { in startNewStackScrollAnimation()