Home
last modified time | relevance | path

Searched refs:temporarySortIndexInStack (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java529 return Long.compare(o1.temporarySortIndexInStack, o2.temporarySortIndexInStack);
688 allTasks.get(i).temporarySortIndexInStack = i;
DTask.java123 public int temporarySortIndexInStack; field in Task