Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java36 public final RemoteAnimationTarget[] unfilteredApps; field in RemoteAnimationTargets
61 this.unfilteredApps = apps; in RemoteAnimationTargets()
113 for (RemoteAnimationTarget target : unfilteredApps) { in isAnimatingHome()
137 release(unfilteredApps); in release()
DRecentsAnimationTargets.java48 return unfilteredApps.length != 0; in hasTargets()
DRemoteTargetGluer.java268 for (RemoteAnimationTarget targetCompat : targets.unfilteredApps) { in createRemoteAnimationTargetsForTarget()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTransformParams.java143 for (int i = 0; i < targets.unfilteredApps.length; i++) { in createSurfaceParams()
144 RemoteAnimationTarget app = targets.unfilteredApps[i]; in createSurfaceParams()