Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java61 (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
DQuickstepTransitionManager.java392 @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/
DRecentsActivity.java277 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);
DTaskViewUtils.java164 @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()
DRecentsAnimationCallbacks.java107 RemoteAnimationTarget[] wallpaperTargets, in onAnimationStart() argument
144 wallpaperTargets, nonAppTargets, homeContentInsets, minimizedHomeBounds, in onAnimationStart()