Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTopTaskTracker.java340 public Task[] getPlaceholderTasks() { in getPlaceholderTasks() method in TopTaskTracker.CachedTaskInfo
349 public Task[] getPlaceholderTasks(int[] taskIds) { in getPlaceholderTasks() method in TopTaskTracker.CachedTaskInfo
DFallbackSwipeHandler.java217 mGestureState.getRunningTask().getPlaceholderTasks(), in notifyGestureAnimationStartToRecents()
DAbsSwipeUpHandler.java674 runningTasks = cachedTaskInfo.getPlaceholderTasks(splitTaskIds); in notifyGestureAnimationStartToRecents()
676 runningTasks = cachedTaskInfo.getPlaceholderTasks(); in notifyGestureAnimationStartToRecents()