Searched refs:composeRecentsLaunchAnimator (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentsActivity.java | 253 AnimatorSet anim = composeRecentsLaunchAnimator(taskView, appTargets, in getActivityLaunchOptions() 284 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator() method in RecentsActivity
|
H A D | TaskViewUtils.java | 459 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, in composeRecentsSplitLaunchAnimatorLegacy() 527 public static void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in TaskViewUtils
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepTransitionManager.java | 320 protected void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in QuickstepTransitionManager 324 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator() 1667 composeRecentsLaunchAnimator(anim, mV, appTargets, wallpaperTargets, nonAppTargets, in onCreateAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 645 TaskViewUtils.composeRecentsLaunchAnimator( in onClick()
|
H A D | RecentsView.java | 1027 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()
|