/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 308 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator() argument 311 TaskViewUtils.composeRecentsLaunchAnimator(anim, v, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator() 337 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeIconLaunchAnimator() argument 345 final int rotationChange = getRotationChange(appTargets); in composeIconLaunchAnimator() 348 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in composeIconLaunchAnimator() 349 Animator windowAnimator = getOpeningWindowAnimators(v, appTargets, wallpaperTargets, in composeIconLaunchAnimator() 350 nonAppTargets, windowTargetBounds, areAllTargetsTranslucent(appTargets), in composeIconLaunchAnimator() 381 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeWidgetLaunchAnimator() argument 386 Rect windowTargetBounds = getWindowTargetBounds(appTargets, getRotationChange(appTargets)); in composeWidgetLaunchAnimator() 387 anim.play(getOpeningWindowAnimatorsForWidget(v, appTargets, wallpaperTargets, nonAppTargets, in composeWidgetLaunchAnimator() [all …]
|
D | LauncherAnimationRunner.java | 61 (transit, appTargets, wallpaperTargets, nonAppTargets, result) -> 85 RemoteAnimationTargetCompat[] appTargets, in onAnimationStart() argument 92 getFactory().onCreateAnimation(transit, appTargets, wallpaperTargets, nonAppTargets, in onAnimationStart() 104 public void onAnimationStart(RemoteAnimationTargetCompat[] appTargets, in onAnimationStart() argument 106 onAnimationStart(0 /* transit */, appTargets, wallpaperTargets, in onAnimationStart() 113 public void onAnimationStart(RemoteAnimationTargetCompat[] appTargets, Runnable runnable) { in onAnimationStart() argument 114 onAnimationStart(appTargets, new RemoteAnimationTargetCompat[0], runnable); in onAnimationStart() 232 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation() argument
|
D | LauncherInitListener.java | 57 public AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in handleInit() 66 return provider.createWindowAnimation(appTargets, wallpaperTargets); in handleInit()
|
D | BaseQuickstepLauncher.java | 344 public AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in useFadeOutAnimationForLauncherStart() 351 fadeAnimation.addUpdateListener(new RemoteFadeOutAnimationListener(appTargets, in useFadeOutAnimationForLauncherStart()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RemoteAnimationProvider.java | 33 public abstract AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in createWindowAnimation() argument 37 mAnimationRunner = (transit, appTargets, wallpaperTargets, nonApps, result) -> in toActivityOptions() 38 result.setAnimation(createWindowAnimation(appTargets, wallpaperTargets), context); in toActivityOptions() 49 RemoteAnimationTargetCompat[] appTargets, int mode) { in findLowestOpaqueLayerTarget() argument 52 for (int i = appTargets.length - 1; i >= 0; i--) { in findLowestOpaqueLayerTarget() 53 RemoteAnimationTargetCompat target = appTargets[i]; in findLowestOpaqueLayerTarget() 63 ? appTargets[lowestLayerIndex] in findLowestOpaqueLayerTarget()
|
D | RemoteFadeOutAnimationListener.java | 35 public RemoteFadeOutAnimationListener(RemoteAnimationTargetCompat[] appTargets, in RemoteFadeOutAnimationListener() argument 37 mTarget = new RemoteAnimationTargets(appTargets, wallpaperTargets, in RemoteFadeOutAnimationListener()
|
D | SplitSelectStateController.java | 206 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation() argument 213 appTargets, wallpaperTargets, nonAppTargets, true, activity.getStateManager(), in onCreateAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationCallbacks.java | 80 RemoteAnimationTargetCompat[] appTargets, Rect homeContentInsets, in onAnimationStart() argument 82 onAnimationStart(controller, appTargets, new RemoteAnimationTargetCompat[0], in onAnimationStart() 89 RemoteAnimationTargetCompat[] appTargets, in onAnimationStart() argument 92 RecentsAnimationTargets targets = new RecentsAnimationTargets(appTargets, in onAnimationStart()
|
D | RecentsActivity.java | 210 public void onCreateAnimation(int transit, RemoteAnimationTargetCompat[] appTargets, in getActivityLaunchOptions() 213 AnimatorSet anim = composeRecentsLaunchAnimator(taskView, appTargets, in getActivityLaunchOptions() 243 RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator() argument 247 boolean activityClosing = taskIsATargetWithMode(appTargets, getTaskId(), MODE_CLOSING); in composeRecentsLaunchAnimator() 249 createRecentsWindowAnimator(taskView, !activityClosing, appTargets, in composeRecentsLaunchAnimator() 383 public void onCreateAnimation(int transit, RemoteAnimationTargetCompat[] appTargets, 391 appTargets, wallpaperTargets, nonAppTargets, MODE_OPENING);
|
D | TaskViewUtils.java | 150 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator() argument 161 createRecentsWindowAnimator(v, skipViewChanges, appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator() 170 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator() argument 181 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in createRecentsWindowAnimator() 409 @NonNull TaskView v, @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsSplitLaunchAnimatorLegacy() argument 427 new RemoteAnimationTargets(appTargets, wallpaperTargets, nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy() 482 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator() argument 489 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator() 491 createRecentsWindowAnimator(taskView, skipLauncherChanges, appTargets, wallpaperTargets, in composeRecentsLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/launcher3/model/ |
D | WidgetsPredicationUpdateTaskTest.java | 226 private WidgetsPredictionUpdateTask newWidgetsPredicationTask(List<AppTarget> appTargets) { in newWidgetsPredicationTask() argument 229 appTargets); in newWidgetsPredicationTask()
|