Searched defs:appTargets (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RemoteAnimationProvider.java | 33 public abstract AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] appTargets, in createWindowAnimation() 49 RemoteAnimationTargetCompat[] appTargets, int mode) { in findLowestOpaqueLayerTarget()
|
D | RemoteFadeOutAnimationListener.java | 35 public RemoteFadeOutAnimationListener(RemoteAnimationTargetCompat[] appTargets, in RemoteFadeOutAnimationListener()
|
D | SplitSelectStateController.java | 206 RemoteAnimationTargetCompat[] appTargets, in onCreateAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | LauncherAnimationRunner.java | 85 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()
|
D | QuickstepTransitionManager.java | 308 @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/ |
D | TaskViewUtils.java | 150 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator() 170 RemoteAnimationTargetCompat[] appTargets, in createRecentsWindowAnimator() 409 @NonNull TaskView v, @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsSplitLaunchAnimatorLegacy() 482 @NonNull RemoteAnimationTargetCompat[] appTargets, in composeRecentsLaunchAnimator()
|
D | RecentsAnimationCallbacks.java | 80 RemoteAnimationTargetCompat[] appTargets, Rect homeContentInsets, in onAnimationStart() 89 RemoteAnimationTargetCompat[] appTargets, in onAnimationStart()
|
D | RecentsActivity.java | 243 RemoteAnimationTargetCompat[] appTargets, 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()
|