Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java457 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
DRecentsActivity.java280 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/
DQuickstepTransitionManager.java390 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/
DTaskView.kt1138 TaskViewUtils.composeRecentsLaunchAnimator( in <lambda>()
DRecentsView.java1332 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()