Searched refs:shouldAddStubTaskView (Results 1 – 2 of 2) sorted by relevance
142 protected boolean shouldAddStubTaskView(RunningTaskInfo[] runningTaskInfos) { in shouldAddStubTaskView() method in FallbackRecentsView145 return super.shouldAddStubTaskView(runningTaskInfos); in shouldAddStubTaskView()157 return super.shouldAddStubTaskView(runningTaskInfos); in shouldAddStubTaskView()
2175 protected boolean shouldAddStubTaskView(RunningTaskInfo[] runningTaskInfos) { in shouldAddStubTaskView() method in RecentsView2200 if (shouldAddStubTaskView(runningTaskInfo)) { in showCurrentTask()