Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsActivity.java253 AnimatorSet anim = composeRecentsLaunchAnimator(taskView, appTargets, in getActivityLaunchOptions()
284 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator() method in RecentsActivity
H A DTaskViewUtils.java459 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 DQuickstepTransitionManager.java320 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 DTaskView.java645 TaskViewUtils.composeRecentsLaunchAnimator( in onClick()
H A DRecentsView.java1027 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()