Searched refs:launchingTaskView (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 467 public static void composeRecentsSplitLaunchAnimator(GroupedTaskView launchingTaskView, in composeRecentsSplitLaunchAnimator() argument 487 final RecentsView recentsView = launchingTaskView.getRecentsView(); in composeRecentsSplitLaunchAnimator() 488 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, appTargets, wallpaperTargets, in composeRecentsSplitLaunchAnimator() 510 @Nullable GroupedTaskView launchingTaskView, int initialTaskId, int secondTaskId, in composeRecentsSplitLaunchAnimatorLegacy() 517 if (launchingTaskView != null) { in composeRecentsSplitLaunchAnimatorLegacy() 519 RecentsView recentsView = launchingTaskView.getRecentsView(); in composeRecentsSplitLaunchAnimatorLegacy() 526 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, in composeRecentsSplitLaunchAnimatorLegacy() 594 @NonNull TaskView launchingTaskView, in composeRecentsDesktopLaunchAnimator() 619 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, apps, wallpaper, nonApps, in composeRecentsDesktopLaunchAnimator() 620 true /* launcherClosing */, stateManager, launchingTaskView.getRecentsView(), in composeRecentsDesktopLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 498 launchingTaskView: GroupedTaskView?, in <lambda>() 521 launchingTaskView, in <lambda>() 535 if (launchingTaskView != null) { in <lambda>() 542 launchingTaskView, in <lambda>() 597 launchingTaskView: GroupedTaskView, in <lambda>() 605 launchingTaskView, in <lambda>() 620 launchingTaskView: GroupedTaskView?, in <lambda>() 631 launchingTaskView, in <lambda>()
|