Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2177 TaskView primaryTaskView = getTaskViewByTaskId(runningTaskInfos[0].taskId); in shouldAddStubTaskView() local
2180 (primaryTaskView == null) ? -1 : primaryTaskView.getTaskViewId(); in shouldAddStubTaskView()