Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java40 ArrayList<RemoteAnimationTargetCompat> filteredApps = new ArrayList<>(); in RemoteAnimationTargets() local
45 filteredApps.add(target); in RemoteAnimationTargets()
54 this.apps = filteredApps.toArray(new RemoteAnimationTargetCompat[filteredApps.size()]); in RemoteAnimationTargets()