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/
DRecentsActivity.java213 AnimatorSet anim = composeRecentsLaunchAnimator(taskView, appTargets, in getActivityLaunchOptions()
242 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator() method in RecentsActivity
DTaskViewUtils.java481 public static void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in TaskViewUtils
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java307 protected void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() method in QuickstepTransitionManager
311 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()
1383 composeRecentsLaunchAnimator(anim, mV, appTargets, wallpaperTargets, nonAppTargets, in onCreateAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java566 TaskViewUtils.composeRecentsLaunchAnimator( in onClick()
DRecentsView.java905 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()