Searched refs:tasks (Results 1 – 7 of 7) sorted by relevance
47 func (t *taskRunner) spawnTasksAsync(tasks []func()) {48 t.Add(len(tasks))49 for _, task := range tasks {
9 background tasks when certain tasks apply.
74 private void onResumeHelper(List<Tracking.Task> tasks) { in onResumeHelper() argument83 displayRecycler(tasks, recyclerView); in onResumeHelper()86 private void displayRecycler(List<Tracking.Task> tasks, RecyclerView recyclerView) { in displayRecycler() argument89 InlineAdapter adapter = new InlineAdapter(tasks, getActivity()); in displayRecycler()
43 mTrackingListener = tasks -> mRefreshTree.setValue(tasks); in BaseActivityViewModel()
49 public InlineAdapter(List<Task> tasks, FragmentActivity activity) { in InlineAdapter() argument51 this.mTasks = tasks; in InlineAdapter()
167 List<Task> tasks = mTaskOrdering.stream().map(Task::copyForUi).collect(toList()); in notifyListeners() local170 listener.accept(tasks); in notifyListeners()
84 [entry.tasks, transform_task],