Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java1010 boolean hasStartedNewTask = hasStartedNewTask(); in animateToProgressInternal()
1012 && !hasStartedNewTask) { in animateToProgressInternal()
1017 } else if (target == LAST_TASK && hasStartedNewTask) { in animateToProgressInternal()
DBaseSwipeUpHandler.java289 protected boolean hasStartedNewTask() { in hasStartedNewTask() method in BaseSwipeUpHandler