Searched refs:unfilteredApps (Results 1 – 4 of 4) sorted by relevance
33 public final RemoteAnimationTargetCompat[] unfilteredApps; field in RemoteAnimationTargetSet52 this.unfilteredApps = apps; in RemoteAnimationTargetSet()83 for (RemoteAnimationTargetCompat target : unfilteredApps) { in release()
43 prepareTargetsForFirstFrame(mTarget.unfilteredApps, t, MODE_CLOSING); in onAnimationUpdate()
183 SurfaceParams[] surfaceParams = new SurfaceParams[targetSet.unfilteredApps.length]; in applyTransform()184 for (int i = 0; i < targetSet.unfilteredApps.length; i++) { in applyTransform()185 RemoteAnimationTargetCompat app = targetSet.unfilteredApps[i]; in applyTransform()
56 return unfilteredApps.length != 0; in hasTargets()