Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2802 if (hasDesktopTask(runningTasks) && runningTaskIds.length == 1) { in shouldAddStubTaskView()
2828 boolean needDesktopTask = hasDesktopTask(runningTasks); in showCurrentTask()
2882 private boolean hasDesktopTask(Task[] runningTasks) { in hasDesktopTask() method in RecentsView