Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java61 (transit, appTargets, wallpaperTargets, nonAppTargets, result) ->
87 RemoteAnimationTargetCompat[] nonAppTargets, in onAnimationStart() argument
92 getFactory().onCreateAnimation(transit, appTargets, wallpaperTargets, nonAppTargets, in onAnimationStart()
234 RemoteAnimationTargetCompat[] nonAppTargets, in onCreateAnimation() argument
DQuickstepTransitionManager.java310 @NonNull RemoteAnimationTargetCompat[] nonAppTargets, boolean launcherClosing) { in composeRecentsLaunchAnimator() argument
312 nonAppTargets, launcherClosing, mLauncher.getStateManager(), in composeRecentsLaunchAnimator()
339 @NonNull RemoteAnimationTargetCompat[] nonAppTargets, in composeIconLaunchAnimator() argument
350 nonAppTargets, windowTargetBounds, areAllTargetsTranslucent(appTargets), in composeIconLaunchAnimator()
383 @NonNull RemoteAnimationTargetCompat[] nonAppTargets) { in composeWidgetLaunchAnimator() argument
387 anim.play(getOpeningWindowAnimatorsForWidget(v, appTargets, wallpaperTargets, nonAppTargets, in composeWidgetLaunchAnimator()
587 RemoteAnimationTargetCompat[] nonAppTargets, in getOpeningWindowAnimators() argument
596 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimators()
818 RemoteAnimationTargetCompat[] nonAppTargets, Rect windowTargetBounds, in getOpeningWindowAnimatorsForWidget() argument
824 wallpaperTargets, nonAppTargets, MODE_OPENING); in getOpeningWindowAnimatorsForWidget()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java152 RemoteAnimationTargetCompat[] nonAppTargets, DepthController depthController, in createRecentsWindowAnimator() argument
161 createRecentsWindowAnimator(v, skipViewChanges, appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator()
172 RemoteAnimationTargetCompat[] nonAppTargets, DepthController depthController, in createRecentsWindowAnimator() argument
181 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator()
411 @NonNull RemoteAnimationTargetCompat[] nonAppTargets, boolean launcherClosing, in composeRecentsSplitLaunchAnimatorLegacy() argument
427 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy()
484 @NonNull RemoteAnimationTargetCompat[] nonAppTargets, boolean launcherClosing, in composeRecentsLaunchAnimator() argument
492 nonAppTargets, depthController, pa); in composeRecentsLaunchAnimator()
DRecentsActivity.java212 RemoteAnimationTargetCompat[] nonAppTargets, AnimationResult result) { in getActivityLaunchOptions()
214 wallpaperTargets, nonAppTargets); in getActivityLaunchOptions()
245 RemoteAnimationTargetCompat[] nonAppTargets) { in composeRecentsLaunchAnimator() argument
250 wallpaperTargets, nonAppTargets, null /* depthController */, pa); in composeRecentsLaunchAnimator()
385 RemoteAnimationTargetCompat[] nonAppTargets, AnimationResult result) {
391 appTargets, wallpaperTargets, nonAppTargets, MODE_OPENING);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java208 RemoteAnimationTargetCompat[] nonAppTargets, in onCreateAnimation() argument
213 appTargets, wallpaperTargets, nonAppTargets, true, activity.getStateManager(), in onCreateAnimation()