Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java110 protected boolean shouldAddDummyTaskView(int runningTaskId) { in shouldAddDummyTaskView() method in FallbackRecentsView
117 return super.shouldAddDummyTaskView(runningTaskId); in shouldAddDummyTaskView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1130 protected boolean shouldAddDummyTaskView(int runningTaskId) { in shouldAddDummyTaskView() method in RecentsView
1141 if (shouldAddDummyTaskView(runningTaskId)) { in showCurrentTask()