Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRemoteTargetGluer.java147 @Nullable RemoteAnimationTargetCompat targetToExclude) { in createRemoteAnimationTargetsForTarget() argument
148 int finalLength = targets.unfilteredApps.length - (targetToExclude == null ? 0 : 1); in createRemoteAnimationTargetsForTarget()
153 if (targetCompat == targetToExclude) { in createRemoteAnimationTargetsForTarget()