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.java150 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in FallbackRecentsView
153 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
165 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2535 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in RecentsView
2563 if (shouldAddStubTaskView(runningTasks)) { in showCurrentTask()