Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java142 protected boolean shouldAddStubTaskView(RunningTaskInfo[] runningTaskInfos) { in shouldAddStubTaskView() method in FallbackRecentsView
145 return super.shouldAddStubTaskView(runningTaskInfos); in shouldAddStubTaskView()
157 return super.shouldAddStubTaskView(runningTaskInfos); in shouldAddStubTaskView()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2175 protected boolean shouldAddStubTaskView(RunningTaskInfo[] runningTaskInfos) { in shouldAddStubTaskView() method in RecentsView
2200 if (shouldAddStubTaskView(runningTaskInfo)) { in showCurrentTask()