Home
last modified time | relevance | path

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

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