Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java156 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in FallbackRecentsView
159 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
171 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2658 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in RecentsView
2686 if (shouldAddStubTaskView(runningTasks)) { in showCurrentTask()