Searched refs:getStackTasks (Results 1 – 9 of 9) sorted by relevance
552 ArrayList<Task> tasks = mStack.getStackTasks(); in bindVisibleTaskViews()883 mStack.getStackTasks().get(newFocusedTaskIndex) : null; in setFocusedTask()966 List<Task> tasks = mStack.getStackTasks(); in setRelativeFocusedTask()992 ArrayList<Task> tasks = mStack.getStackTasks(); in setRelativeFocusedTask()1165 return mLayoutAlgorithm.computeStackVisibilityReport(mStack.getStackTasks()); in computeStackVisibilityReport()1643 ArrayList<Task> tasks = mStack.getStackTasks(); in onBusEvent()1675 final Task launchTask = mStack.getStackTasks().get(launchTaskIndex); in onBusEvent()1742 ArrayList<Task> tasks = new ArrayList<>(mStack.getStackTasks()); in onBusEvent()
482 mCurrentTasks = new ArrayList<Task>(mSv.getStack().getStackTasks()); in onBeginDrag()658 List<Task> tasks = mSv.getStack().getStackTasks(); in findViewAtPoint()
477 ArrayList<Task> stackTasks = stack.getStackTasks(); in startScrollToFocusedTaskAnimation()569 ArrayList<Task> stackTasks = newStack.getStackTasks(); in startNewStackScrollAnimation()
323 ArrayList<Task> tasks = stack.getStackTasks();
488 ArrayList<Task> tasks = stack.getStackTasks(); in update()607 List<Task> tasks = stack.getStackTasks(); in setTaskOverridesForInitialState()
205 List stackTasks = stack.getStackTasks(); in updateRecentsTasks()219 ArrayList<Task> tasks = stack.getStackTasks(); in updateRecentsTasks()
414 ArrayList<Task> tasks = focusedStack.getStackTasks(); in showNextTask()467 ArrayList<Task> tasks = focusedStack.getStackTasks(); in showRelativeAffiliatedTask()702 ArrayList<Task> tasks = stackView.getStack().getStackTasks(); in getThumbnailTransitionActivityOptions()
210 ArrayList<Task> tasks = mStack.getStackTasks(); in executePlan()
750 public ArrayList<Task> getStackTasks() { in getStackTasks() method in TaskStack.DockState