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 566 Task frontMostTask = newStack.getFrontMostTask();
567 final TaskView frontMostTaskView = mStackView.getChildViewForTask(frontMostTask);
569 stackTasks.indexOf(frontMostTask));
599 if (task == frontMostTask && frontMostTaskView != null) {
    [all...]
TaskStackView.java     [all...]

Completed in 65 milliseconds