Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java255 @NonNull RemoteAnimationTargetCompat[] wallpaperTargets, boolean launcherClosing); in composeRecentsLaunchAnimator() argument
267 @NonNull RemoteAnimationTargetCompat[] wallpaperTargets, in composeIconLaunchAnimator() argument
282 anim.play(getOpeningWindowAnimators(v, appTargets, wallpaperTargets, windowTargetBounds, in composeIconLaunchAnimator()
448 RemoteAnimationTargetCompat[] wallpaperTargets, in getOpeningWindowAnimators() argument
457 wallpaperTargets, MODE_OPENING); in getOpeningWindowAnimators()
716 RemoteAnimationTargetCompat[] wallpaperTargets) {
744 RemoteAnimationTargetCompat[] wallpaperTargets) {
822 RemoteAnimationTargetCompat[] wallpaperTargets,
826 anim.play(getClosingWindowAnimators(appTargets, wallpaperTargets));
835 onCreateAnimation(appTargets, wallpaperTargets, result)));
[all …]
DLauncherAnimationRunner.java62 RemoteAnimationTargetCompat[] wallpaperTargets, Runnable runnable) { in onAnimationStart() argument
69 onCreateAnimation(appTargets, wallpaperTargets, mAnimationResult); in onAnimationStart()
92 RemoteAnimationTargetCompat[] wallpaperTargets, AnimationResult result); in onCreateAnimation() argument
DWrappedLauncherAnimationRunner.java50 RemoteAnimationTargetCompat[] wallpaperTargets, AnimationResult result) { in onCreateAnimation() argument
53 animationRunnerImpl.onCreateAnimation(appTargets, wallpaperTargets, result); in onCreateAnimation()
DLauncherInitListener.java58 RemoteAnimationTargetCompat[] wallpaperTargets) { in handleInit()
66 return provider.createWindowAnimation(appTargets, wallpaperTargets); in handleInit()
DBaseQuickstepLauncher.java226 RemoteAnimationTargetCompat[] wallpaperTargets) { in useFadeOutAnimationForLauncherStart()
233 wallpaperTargets)); in useFadeOutAnimationForLauncherStart()
DWrappedAnimationRunnerImpl.java30 RemoteAnimationTargetCompat[] wallpaperTargets, in onCreateAnimation() argument
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java34 RemoteAnimationTargetCompat[] wallpaperTargets); in createWindowAnimation() argument
42 RemoteAnimationTargetCompat[] wallpaperTargets, AnimationResult result) { in toActivityOptions()
43 result.setAnimation(createWindowAnimation(appTargets, wallpaperTargets), context); in toActivityOptions()
DRemoteFadeOutAnimationListener.java36 RemoteAnimationTargetCompat[] wallpaperTargets) { in RemoteFadeOutAnimationListener() argument
37 mTarget = new RemoteAnimationTargets(appTargets, wallpaperTargets, MODE_CLOSING); in RemoteFadeOutAnimationListener()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java196 RemoteAnimationTargetCompat[] wallpaperTargets) { in run() argument
198 wallpaperTargets); in run()
238 RemoteAnimationTargetCompat[] wallpaperTargets) { in createWindowAnimation() argument
247 wallpaperTargets); in createWindowAnimation()
DRecentsActivity.java178 RemoteAnimationTargetCompat[] wallpaperTargets, AnimationResult result) { in getActivityLaunchOptions()
180 wallpaperTargets); in getActivityLaunchOptions()
196 RemoteAnimationTargetCompat[] wallpaperTargets) { in composeRecentsLaunchAnimator() argument
201 wallpaperTargets, null /* depthController */, pa); in composeRecentsLaunchAnimator()
DAppToOverviewAnimationProvider.java99 RemoteAnimationTargetCompat[] wallpaperTargets) { in createWindowAnimation() argument
122 wallpaperTargets, MODE_CLOSING); in createWindowAnimation()
DTaskViewUtils.java128 RemoteAnimationTargetCompat[] wallpaperTargets, DepthController depthController, in createRecentsWindowAnimator() argument
133 new RemoteAnimationTargets(appTargets, wallpaperTargets, MODE_OPENING); in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java90 RemoteAnimationTargetCompat[] wallpaperTargets, in onAnimationStart() argument
93 wallpaperTargets, homeContentInsets, minimizedHomeBounds); in onAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java62 @NonNull RemoteAnimationTargetCompat[] wallpaperTargets, boolean launcherClosing) { in composeRecentsLaunchAnimator() argument
68 createRecentsWindowAnimator(taskView, skipLauncherChanges, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()