Searched refs:mStackTaskList (Results 1 – 1 of 1) sorted by relevance
65 private final FilteredTaskList mStackTaskList = new FilteredTaskList(); field in TaskStack70 mStackTaskList.setFilter((taskIdMap, t, index) -> t.isStackTask); in TaskStack()92 if (mStackTaskList.contains(t)) { in removeTask()93 mStackTaskList.remove(t); in removeTask()108 ArrayList<Task> tasks = mStackTaskList.getTasks(); in removeAllTasks()111 mStackTaskList.remove(t); in removeAllTasks()179 mStackTaskList.set(allTasks); in setTasks()208 ArrayList<Task> stackTasks = mStackTaskList.getTasks(); in getFrontMostTask()231 return mStackTaskList.getTasks(); in getTasks()239 tasks.addAll(mStackTaskList.getTasks()); in computeAllTasksList()[all …]