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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskGrouping.java 9 int affiliation; field in class:TaskGrouping
16 /** Creates a group with a specified affiliation. */
17 public TaskGrouping(int affiliation) {
18 this.affiliation = affiliation;
TaskStack.java 177 // The task offset to apply to a task id as a group affiliation
373 mAffinitiesGroups.put(group.affiliation, group);
378 mAffinitiesGroups.remove(group.affiliation);
381 /** Returns the group with the specified affiliation. */
382 public TaskGrouping getGroupWithAffiliation(int affiliation) {
383 return mAffinitiesGroups.get(affiliation);
387 * Temporary: This method will simulate affiliation groups by
416 int affiliation = IndividualTaskIdOffset + t.key.id; local
417 group = new TaskGrouping(affiliation);
419 prevAffiliation = affiliation;
462 int affiliation = t.taskAffiliation > 0 ? t.taskAffiliation : local
    [all...]
Task.java 230 groupAffiliation = Integer.toString(group.affiliation);

Completed in 810 milliseconds