Home
last modified time | relevance | path

Searched refs:nonAppTargets (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java130 RemoteAnimationTarget[] nonAppTargets; in onAnimationStart() local
132 nonAppTargets = mSystemUiProxy.onGoingToRecentsLegacy(appTargets); in onAnimationStart()
138 nonAppTargets = nonApps.toArray(new RemoteAnimationTarget[nonApps.size()]); in onAnimationStart()
140 if (nonAppTargets == null) { in onAnimationStart()
141 nonAppTargets = new RemoteAnimationTarget[0]; in onAnimationStart()
144 wallpaperTargets, nonAppTargets, homeContentInsets, minimizedHomeBounds, in onAnimationStart()
DTaskViewUtils.java165 @NonNull RemoteAnimationTarget[] nonAppTargets, in createRecentsWindowAnimator() argument
172 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator()
453 final RemoteAnimationTarget[] nonAppTargets = in composeRecentsSplitLaunchAnimator() local
458 nonAppTargets, /* launcherClosing */ true, stateManager, recentsView, in composeRecentsSplitLaunchAnimator()
482 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy() argument
496 appTargets, wallpaperTargets, nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy()
522 for (int i = 0; i < nonAppTargets.length; ++i) { in composeRecentsSplitLaunchAnimatorLegacy()
523 final SurfaceControl leash = nonAppTargets[i].leash; in composeRecentsSplitLaunchAnimatorLegacy()
524 if (nonAppTargets[i].windowType == TYPE_DOCK_DIVIDER && leash != null) { in composeRecentsSplitLaunchAnimatorLegacy()
598 @NonNull RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing, in composeRecentsLaunchAnimator() argument
[all …]
DTaskAnimationManager.java267 RemoteAnimationTarget[] nonAppTargets = ENABLE_SHELL_TRANSITIONS in startRecentsAnimation()
270 if (nonAppTargets == null) { in startRecentsAnimation()
271 nonAppTargets = new RemoteAnimationTarget[0]; in startRecentsAnimation()
286 nonAppTargets /* nonApps */); in startRecentsAnimation()
291 } else if (nonAppTargets.length > 0) { in startRecentsAnimation()
292 TaskViewUtils.createSplitAuxiliarySurfacesAnimator(nonAppTargets /* nonApps */, in startRecentsAnimation()
DRecentsActivity.java278 RemoteAnimationTarget[] nonAppTargets, AnimationResult result) { in getActivityLaunchOptions()
281 wallpaperTargets, nonAppTargets); in getActivityLaunchOptions()
322 RemoteAnimationTarget[] nonAppTargets) { in composeRecentsLaunchAnimator() argument
327 wallpaperTargets, nonAppTargets, null /* depthController */, pa); in composeRecentsLaunchAnimator()
456 (transit, appTargets, wallpaperTargets, nonAppTargets, result) -> {
463 appTargets, wallpaperTargets, nonAppTargets, MODE_OPENING);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java61 (transit, appTargets, wallpaperTargets, nonAppTargets, result) ->
87 RemoteAnimationTarget[] nonAppTargets, in onAnimationStart() argument
92 getFactory().onAnimationStart(transit, appTargets, wallpaperTargets, nonAppTargets, in onAnimationStart()
231 RemoteAnimationTarget[] nonAppTargets, in onAnimationStart() argument
DQuickstepTransitionManager.java393 @NonNull RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing) { in composeRecentsLaunchAnimator() argument
395 nonAppTargets, launcherClosing, mLauncher.getStateManager(), in composeRecentsLaunchAnimator()
422 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeIconLaunchAnimator() argument
431 v, appTargets, wallpaperTargets, nonAppTargets, launcherClosing); in composeIconLaunchAnimator()
453 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeWidgetLaunchAnimator() argument
457 v, appTargets, wallpaperTargets, nonAppTargets, launcherClosing)); in composeWidgetLaunchAnimator()
664 RemoteAnimationTarget[] nonAppTargets, in getOpeningWindowAnimators() argument
681 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimators()
925 RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing) { in getOpeningWindowAnimatorsForWidget() argument
933 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimatorsForWidget()
[all …]