Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DTaskStack.java67 private final FilteredTaskList mStackTaskList = new FilteredTaskList(); field in TaskStack
72 mStackTaskList.setFilter(new TaskFilter() { in TaskStack()
99 if (mStackTaskList.contains(t)) { in removeTask()
100 mStackTaskList.remove(t); in removeTask()
115 ArrayList<Task> tasks = mStackTaskList.getTasks(); in removeAllTasks()
118 mStackTaskList.remove(t); in removeAllTasks()
186 mStackTaskList.set(allTasks); in setTasks()
215 ArrayList<Task> stackTasks = mStackTaskList.getTasks(); in getFrontMostTask()
238 return mStackTaskList.getTasks(); in getTasks()
246 tasks.addAll(mStackTaskList.getTasks()); in computeAllTasksList()
[all …]