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.java30 public final RemoteAnimationTargetCompat[] unfilteredApps; field in RemoteAnimationTargets
53 this.unfilteredApps = apps; in RemoteAnimationTargets()
70 for (RemoteAnimationTargetCompat target : unfilteredApps) { in isAnimatingHome()
95 for (RemoteAnimationTargetCompat target : unfilteredApps) { in release()
DRecentsAnimationTargets.java42 return unfilteredApps.length != 0; in hasTargets()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTransformParams.java140 SurfaceParams[] surfaceParams = new SurfaceParams[targets.unfilteredApps.length]; in createSurfaceParams()
141 for (int i = 0; i < targets.unfilteredApps.length; i++) { in createSurfaceParams()
142 RemoteAnimationTargetCompat app = targets.unfilteredApps[i]; in createSurfaceParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteFadeOutAnimationListener.java44 for (RemoteAnimationTargetCompat target : mTarget.unfilteredApps) { in onAnimationUpdate()