Searched defs:findTaskViewInsertIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java623 final int insertIndex = findTaskViewInsertIndex(task, taskIndex);
1523 int insertIndex = findTaskViewInsertIndex(task, taskIndex);
2083 private int findTaskViewInsertIndex(Task task, int taskIndex) { method in class:TaskStackView

Completed in 46 milliseconds