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.java1750 final TaskDescription atd = r.taskDescription; in setTaskDescriptionFromActivityAboveRoot() local
1752 td.setLabel(atd.getLabel()); in setTaskDescriptionFromActivityAboveRoot()
1755 td.setIcon(atd.getRawIcon()); in setTaskDescriptionFromActivityAboveRoot()
1758 td.setIconFilename(atd.getIconFilename()); in setTaskDescriptionFromActivityAboveRoot()
1761 td.setPrimaryColor(atd.getPrimaryColor()); in setTaskDescriptionFromActivityAboveRoot()
1764 td.setBackgroundColor(atd.getBackgroundColor()); in setTaskDescriptionFromActivityAboveRoot()
1767 td.setStatusBarColor(atd.getStatusBarColor()); in setTaskDescriptionFromActivityAboveRoot()
1769 atd.getEnsureStatusBarContrastWhenTransparent()); in setTaskDescriptionFromActivityAboveRoot()
1772 td.setNavigationBarColor(atd.getNavigationBarColor()); in setTaskDescriptionFromActivityAboveRoot()
1774 atd.getEnsureNavigationBarContrastWhenTransparent()); in setTaskDescriptionFromActivityAboveRoot()