Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2801 TaskView matchingTaskView = null; in shouldAddStubTaskView() local
2807 matchingTaskView = taskview; in shouldAddStubTaskView()
2810 matchingTaskView = getTaskViewByTaskIds(runningTaskIds); in shouldAddStubTaskView()
2812 return matchingTaskView == null; in shouldAddStubTaskView()