HomeSort by relevance Sort by last modified time
    Searched refs:affiliatedTaskColor (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
ActivityManager.java 826 public int affiliatedTaskColor;
860 dest.writeInt(affiliatedTaskColor);
876 affiliatedTaskColor = source.readInt();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 489 Task task = new Task(taskKey, (t.id > -1), t.affiliatedTaskId, t.affiliatedTaskColor,
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 93 milliseconds