Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java425 public static void composeRecentsSplitLaunchAnimator(GroupedTaskView launchingTaskView, in composeRecentsSplitLaunchAnimator() argument
429 if (launchingTaskView != null) { in composeRecentsSplitLaunchAnimator()
447 final RecentsView recentsView = launchingTaskView.getRecentsView(); in composeRecentsSplitLaunchAnimator()
448 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, in composeRecentsSplitLaunchAnimator()
539 @Nullable GroupedTaskView launchingTaskView, int initialTaskId, int secondTaskId, in composeRecentsSplitLaunchAnimatorLegacy()
546 if (launchingTaskView != null) { in composeRecentsSplitLaunchAnimatorLegacy()
548 RecentsView recentsView = launchingTaskView.getRecentsView(); in composeRecentsSplitLaunchAnimatorLegacy()
555 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, in composeRecentsSplitLaunchAnimatorLegacy()