Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java137 int openingTaskId = -1; in findTaskViewToLaunch() local
140 openingTaskId = target.taskId; in findTaskViewToLaunch()
146 if (openingTaskId == -1) { in findTaskViewToLaunch()
152 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch()