Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java1401 if (taskDescription != null && taskDescription.getBackgroundColorFloating() != 0) { in getLetterboxBackgroundColor()
1402 return Color.valueOf(taskDescription.getBackgroundColorFloating()); in getLetterboxBackgroundColor()
DTask.java1943 if (td.getBackgroundColorFloating() == 0) { in setTaskDescriptionFromActivityAboveRoot()
1944 td.setBackgroundColorFloating(atd.getBackgroundColorFloating()); in setTaskDescriptionFromActivityAboveRoot()
DActivityRecord.java1180 taskDescription.getBackgroundColorFloating())); in dump()
/frameworks/base/core/java/android/app/
DActivityManager.java2282 public int getBackgroundColorFloating() { in getBackgroundColorFloating() method in ActivityManager.TaskDescription
2800 pw.print(Integer.toHexString(td.getBackgroundColorFloating())); in dump()