Searched refs:composeRecentsLaunchAnimator (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 457 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, appTargets, wallpaperTargets, in composeRecentsSplitLaunchAnimator() 495 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, in composeRecentsSplitLaunchAnimatorLegacy() 588 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, apps, wallpaper, nonApps, in composeRecentsDesktopLaunchAnimator() 595 public static void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in TaskViewUtils
|
D | RecentsActivity.java | 280 AnimatorSet anim = composeRecentsLaunchAnimator(recentsView, taskView, appTargets, in getActivityLaunchOptions() 317 private AnimatorSet composeRecentsLaunchAnimator( in composeRecentsLaunchAnimator() method in RecentsActivity
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 390 protected void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in QuickstepTransitionManager 394 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator() 1815 composeRecentsLaunchAnimator(anim, mV, appTargets, wallpaperTargets, nonAppTargets, in onAnimationStart()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskView.kt | 1138 TaskViewUtils.composeRecentsLaunchAnimator( in <lambda>()
|
D | RecentsView.java | 1332 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()
|