Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java100 int openingTaskId = -1; in findTaskViewToLaunch() local
103 openingTaskId = target.taskId; in findTaskViewToLaunch()
109 if (openingTaskId == -1) { in findTaskViewToLaunch()
115 TaskView taskView = recentsView.getTaskView(openingTaskId); in findTaskViewToLaunch()