Home
last modified time | relevance | path

Searched defs:appTargets (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java33 public abstract AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in createWindowAnimation()
49 RemoteAnimationTargetCompat[] appTargets, int mode) { in findLowestOpaqueLayerTarget()
DRemoteFadeOutAnimationListener.java35 public RemoteFadeOutAnimationListener(RemoteAnimationTargetCompat[] appTargets, in RemoteFadeOutAnimationListener()
DSplitSelectStateController.java206 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java85 RemoteAnimationTargetCompat[] appTargets, in onAnimationStart()
104 public void onAnimationStart(RemoteAnimationTargetCompat[] appTargets, in onAnimationStart()
113 public void onAnimationStart(RemoteAnimationTargetCompat[] appTargets, Runnable runnable) { in onAnimationStart()
232 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation()
DQuickstepTransitionManager.java308 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator()
337 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeIconLaunchAnimator()
381 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeWidgetLaunchAnimator()
406 private Rect getWindowTargetBounds(@NonNull RemoteAnimationTargetCompat[] appTargets, in getWindowTargetBounds()
585 RemoteAnimationTargetCompat[] appTargets, in getOpeningWindowAnimators()
816 RemoteAnimationTargetCompat[] appTargets, in getOpeningWindowAnimatorsForWidget()
951 private ObjectAnimator getBackgroundAnimator(RemoteAnimationTargetCompat[] appTargets) { in getBackgroundAnimator()
1105 private Animator getUnlockWindowAnimator(RemoteAnimationTargetCompat[] appTargets, in getUnlockWindowAnimator()
1130 private static int getRotationChange(RemoteAnimationTargetCompat[] appTargets) { in getRotationChange()
1143 private Animator getClosingWindowAnimators(RemoteAnimationTargetCompat[] appTargets, in getClosingWindowAnimators()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java150 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator()
170 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator()
409 @NonNull TaskView v, @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsSplitLaunchAnimatorLegacy()
482 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator()
DRecentsAnimationCallbacks.java80 RemoteAnimationTargetCompat[] appTargets, Rect homeContentInsets, in onAnimationStart()
89 RemoteAnimationTargetCompat[] appTargets, in onAnimationStart()
DRecentsActivity.java243 RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/launcher3/model/
DWidgetsPredicationUpdateTaskTest.java226 private WidgetsPredictionUpdateTask newWidgetsPredicationTask(List<AppTarget> appTargets) { in newWidgetsPredicationTask()