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.java126 protected boolean shouldAddStubTaskView(RunningTaskInfo runningTaskInfo) { in shouldAddStubTaskView() method in FallbackRecentsView
134 return super.shouldAddStubTaskView(runningTaskInfo); in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1806 protected boolean shouldAddStubTaskView(RunningTaskInfo runningTaskInfo) { in shouldAddStubTaskView() method in RecentsView
1817 if (shouldAddStubTaskView(runningTaskInfo)) { in showCurrentTask()