Home
last modified time | relevance | path

Searched defs:nonAppTargets (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java87 RemoteAnimationTarget[] nonAppTargets, in onAnimationStart()
232 RemoteAnimationTarget[] nonAppTargets, in onAnimationStart()
DQuickstepTransitionManager.java430 @NonNull RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing) { in composeRecentsLaunchAnimator()
460 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeIconLaunchAnimator()
491 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeWidgetLaunchAnimator()
707 RemoteAnimationTarget[] nonAppTargets, in getOpeningWindowAnimators()
1010 RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing) { in getOpeningWindowAnimatorsForWidget()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java179 @NonNull RemoteAnimationTarget[] nonAppTargets, in createRecentsWindowAnimator()
484 final RemoteAnimationTarget[] nonAppTargets = in composeRecentsSplitLaunchAnimator() local
513 @NonNull RemoteAnimationTarget[] nonAppTargets, in composeRecentsSplitLaunchAnimatorLegacy()
629 @NonNull RemoteAnimationTarget[] nonAppTargets, boolean launcherClosing, in composeRecentsLaunchAnimator()
DRecentsAnimationCallbacks.java132 RemoteAnimationTarget[] nonAppTargets; in onAnimationStart() local
DRecentsActivity.java327 RemoteAnimationTarget[] nonAppTargets) { in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowManager.kt140 nonAppTargets: Array<RemoteAnimationTarget>?, in <lambda>() method