/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | LauncherAnimationRunner.java | 61 (transit, appTargets, wallpaperTargets, nonAppTargets, result) -> 86 RemoteAnimationTarget[] wallpaperTargets, in onAnimationStart() argument 92 getFactory().onAnimationStart(transit, appTargets, wallpaperTargets, nonAppTargets, in onAnimationStart() 230 RemoteAnimationTarget[] wallpaperTargets, in onAnimationStart() argument
|
D | QuickstepTransitionManager.java | 392 @NonNull RemoteAnimationTarget[] wallpaperTargets, in composeRecentsLaunchAnimator() argument 394 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator() 421 @NonNull RemoteAnimationTarget[] wallpaperTargets, in composeIconLaunchAnimator() argument 431 v, appTargets, wallpaperTargets, nonAppTargets, launcherClosing); in composeIconLaunchAnimator() 452 @NonNull RemoteAnimationTarget[] wallpaperTargets, in composeWidgetLaunchAnimator() argument 457 v, appTargets, wallpaperTargets, nonAppTargets, launcherClosing)); in composeWidgetLaunchAnimator() 663 RemoteAnimationTarget[] wallpaperTargets, in getOpeningWindowAnimators() argument 681 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimators() 924 RemoteAnimationTarget[] wallpaperTargets, in getOpeningWindowAnimatorsForWidget() argument 933 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimatorsForWidget() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsActivity.java | 277 RemoteAnimationTarget[] wallpaperTargets, in getActivityLaunchOptions() 281 wallpaperTargets, nonAppTargets); in getActivityLaunchOptions() 321 RemoteAnimationTarget[] wallpaperTargets, in composeRecentsLaunchAnimator() argument 327 wallpaperTargets, nonAppTargets, null /* depthController */, pa); in composeRecentsLaunchAnimator() 456 (transit, appTargets, wallpaperTargets, nonAppTargets, result) -> { 463 appTargets, wallpaperTargets, nonAppTargets, MODE_OPENING);
|
D | TaskViewUtils.java | 164 @NonNull RemoteAnimationTarget[] wallpaperTargets, in createRecentsWindowAnimator() argument 172 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator() 450 final RemoteAnimationTarget[] wallpaperTargets = in composeRecentsSplitLaunchAnimator() local 457 composeRecentsLaunchAnimator(animatorSet, launchingTaskView, appTargets, wallpaperTargets, in composeRecentsSplitLaunchAnimator() 481 @NonNull RemoteAnimationTarget[] wallpaperTargets, in composeRecentsSplitLaunchAnimatorLegacy() argument 496 appTargets, wallpaperTargets, nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy() 597 @NonNull RemoteAnimationTarget[] wallpaperTargets, in composeRecentsLaunchAnimator() argument 606 wallpaperTargets, nonAppTargets, depthController, pa); in composeRecentsLaunchAnimator()
|
D | RecentsAnimationCallbacks.java | 107 RemoteAnimationTarget[] wallpaperTargets, in onAnimationStart() argument 144 wallpaperTargets, nonAppTargets, homeContentInsets, minimizedHomeBounds, in onAnimationStart()
|