Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java1340 int focusedTaskIndex = getInitialFocusTaskIndex(launchState, mStack.getTaskCount(), in onFirstLayout()
2215 private int getInitialFocusTaskIndex(RecentsActivityLaunchState launchState, int numTasks, in getInitialFocusTaskIndex() method in TaskStackView