Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java2103 final TaskDescription atd = r.taskDescription; in setTaskDescriptionFromActivityAboveRoot() local
2105 td.setLabel(atd.getLabel()); in setTaskDescriptionFromActivityAboveRoot()
2108 td.setIcon(atd.getRawIcon()); in setTaskDescriptionFromActivityAboveRoot()
2111 td.setIconFilename(atd.getIconFilename()); in setTaskDescriptionFromActivityAboveRoot()
2114 td.setPrimaryColor(atd.getPrimaryColor()); in setTaskDescriptionFromActivityAboveRoot()
2117 td.setBackgroundColor(atd.getBackgroundColor()); in setTaskDescriptionFromActivityAboveRoot()
2120 td.setStatusBarColor(atd.getStatusBarColor()); in setTaskDescriptionFromActivityAboveRoot()
2122 atd.getEnsureStatusBarContrastWhenTransparent()); in setTaskDescriptionFromActivityAboveRoot()
2125 td.setNavigationBarColor(atd.getNavigationBarColor()); in setTaskDescriptionFromActivityAboveRoot()
2127 atd.getEnsureNavigationBarContrastWhenTransparent()); in setTaskDescriptionFromActivityAboveRoot()
[all …]