HomeSort by relevance Sort by last modified time
    Searched refs:frontMostTask (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 591 Task frontMostTask = newStack.getStackFrontMostTask(false /* includeFreeform */);
592 final TaskView frontMostTaskView = mStackView.getChildViewForTask(frontMostTask);
594 stackTasks.indexOf(frontMostTask));
624 if (task == frontMostTask && frontMostTaskView != null) {
TaskStackView.java     [all...]

Completed in 65 milliseconds