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.java164 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in FallbackRecentsView
167 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
179 return super.shouldAddStubTaskView(runningTasks); in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2799 protected boolean shouldAddStubTaskView(Task[] runningTasks) { in shouldAddStubTaskView() method in RecentsView
2829 if (shouldAddStubTaskView(runningTasks)) { in showCurrentTask()