Searched refs:mLaunchRootTasks (Results 1 – 1 of 1) sorted by relevance
121 private final ArrayList<LaunchRootTaskDef> mLaunchRootTasks = new ArrayList<>(); field in TaskDisplayArea1012 mLaunchRootTasks.remove(def);1021 mLaunchRootTasks.add(def);1028 mLaunchRootTasks.remove(def);1052 for (int i = mLaunchRootTasks.size() - 1; i >= 0; --i) {1053 if (mLaunchRootTasks.get(i).task.mTaskId != rootTask.mTaskId) continue;1054 def = mLaunchRootTasks.get(i);1096 for (int i = mLaunchRootTasks.size() - 1; i >= 0; --i) {1097 if (mLaunchRootTasks.get(i).contains(windowingMode, activityType)) {1098 final Task launchRootTask = mLaunchRootTasks.get(i).task;[all …]