| D | RootWindowContainer.java | 2818 Task getOrCreateRootTask(@Nullable ActivityRecord r, @Nullable ActivityOptions options, in getOrCreateRootTask() method in RootWindowContainer 2820 return getOrCreateRootTask(r, options, candidateTask, null /* sourceTask */, onTop, in getOrCreateRootTask() 2837 Task getOrCreateRootTask(@Nullable ActivityRecord r, in getOrCreateRootTask() method in RootWindowContainer 2887 return taskDisplayArea.getOrCreateRootTask(r, options, candidateTask, in getOrCreateRootTask() 2929 return taskDisplayArea.getOrCreateRootTask(r, options, candidateTask, sourceTask, in getOrCreateRootTask() 3325 getOrCreateRootTask(null, aOptions, task, onTop);
|