Home
last modified time | relevance | path

Searched refs:appTargets (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java308 @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 …]
DLauncherAnimationRunner.java61 (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
DLauncherInitListener.java57 public AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in handleInit()
66 return provider.createWindowAnimation(appTargets, wallpaperTargets); in handleInit()
DBaseQuickstepLauncher.java344 public AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in useFadeOutAnimationForLauncherStart()
351 fadeAnimation.addUpdateListener(new RemoteFadeOutAnimationListener(appTargets, in useFadeOutAnimationForLauncherStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java33 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()
DRemoteFadeOutAnimationListener.java35 public RemoteFadeOutAnimationListener(RemoteAnimationTargetCompat[] appTargets, in RemoteFadeOutAnimationListener() argument
37 mTarget = new RemoteAnimationTargets(appTargets, wallpaperTargets, in RemoteFadeOutAnimationListener()
DSplitSelectStateController.java206 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation() argument
213 appTargets, wallpaperTargets, nonAppTargets, true, activity.getStateManager(), in onCreateAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java80 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()
DRecentsActivity.java210 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);
DTaskViewUtils.java150 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/
DWidgetsPredicationUpdateTaskTest.java226 private WidgetsPredictionUpdateTask newWidgetsPredicationTask(List<AppTarget> appTargets) { in newWidgetsPredicationTask() argument
229 appTargets); in newWidgetsPredicationTask()