Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DRecentTasksListTest.java83 assertNull(taskList.get(0).taskDescription.getLabel()); in loadTasksInBackground_onlyKeys_noValidTaskDescription()
88 String taskDescription = "Wheeee!"; in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() local
90 recentTaskInfo.taskDescription = new ActivityManager.TaskDescription(taskDescription); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
97 assertEquals(taskDescription, taskList.get(0).taskDescription.getLabel()); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java302 return (target != null && target.taskInfo.taskDescription != null) in getDefaultBackgroundColor()
303 ? target.taskInfo.taskDescription.getBackgroundColor() in getDefaultBackgroundColor()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java146 TaskDescription desc = task.taskDescription; in getCacheEntry()
187 activityInfo, task.key.userId, task.taskDescription); in getCacheEntry()
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java501 public void setTaskDescription(ActivityManager.TaskDescription taskDescription) { in setTaskDescription() argument
502 taskDescription.setIcon(Icon.createWithResource(this, R.drawable.ic_launcher_settings)); in setTaskDescription()
503 super.setTaskDescription(taskDescription); in setTaskDescription()