Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskUtils.java60 public static ComponentKey getLaunchComponentKeyForTask(Task.TaskKey taskKey) { in getLaunchComponentKeyForTask() argument
61 final ComponentName cn = taskKey.sourceComponent != null in getLaunchComponentKeyForTask()
62 ? taskKey.sourceComponent in getLaunchComponentKeyForTask()
63 : taskKey.getComponent(); in getLaunchComponentKeyForTask()
64 return new ComponentKey(cn, UserHandle.of(taskKey.userId)); in getLaunchComponentKeyForTask()
DRecentTasksList.java170 Task.TaskKey taskKey = new Task.TaskKey(rawTask); in loadTasksInBackground() local
176 task = new Task(taskKey, td.getPrimaryColor(), td.getBackgroundColor(), in loadTasksInBackground()
179 task = new Task(taskKey); in loadTasksInBackground()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java241 Task.TaskKey taskKey = taskView.getTask().key;
242 if (PackageManagerWrapper.getInstance().getActivityInfo(taskKey.getComponent(),
243 taskKey.userId) == null) {
248 mModel.findTaskWithId(taskKey.id, (key) -> {