Searched refs:getBackgroundColorFloating (Results 1 – 4 of 4) sorted by relevance
1401 if (taskDescription != null && taskDescription.getBackgroundColorFloating() != 0) { in getLetterboxBackgroundColor()1402 return Color.valueOf(taskDescription.getBackgroundColorFloating()); in getLetterboxBackgroundColor()
1943 if (td.getBackgroundColorFloating() == 0) { in setTaskDescriptionFromActivityAboveRoot()1944 td.setBackgroundColorFloating(atd.getBackgroundColorFloating()); in setTaskDescriptionFromActivityAboveRoot()
1180 taskDescription.getBackgroundColorFloating())); in dump()
2282 public int getBackgroundColorFloating() { in getBackgroundColorFloating() method in ActivityManager.TaskDescription2800 pw.print(Integer.toHexString(td.getBackgroundColorFloating())); in dump()