Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java567 int[] splitTaskIds = in notifyGestureAnimationStartToRecents() local
569 runningTasks = new ActivityManager.RunningTaskInfo[splitTaskIds.length]; in notifyGestureAnimationStartToRecents()
570 for (int i = 0; i < splitTaskIds.length; i++) { in notifyGestureAnimationStartToRecents()
571 int taskId = splitTaskIds[i]; in notifyGestureAnimationStartToRecents()