Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java37 public final RemoteAnimationTargetCompat[] nonApps; field in RemoteAnimationTargets
44 RemoteAnimationTargetCompat[] wallpapers, RemoteAnimationTargetCompat[] nonApps, in RemoteAnimationTargets() argument
64 this.nonApps = nonApps; in RemoteAnimationTargets()
80 for (RemoteAnimationTargetCompat target : nonApps) { in getNavBarRemoteAnimationTarget()
135 for (RemoteAnimationTargetCompat target : nonApps) { in release()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java37 mAnimationRunner = (transit, appTargets, wallpaperTargets, nonApps, result) -> in toActivityOptions()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java870 targets.nonApps); in launchSideTaskInLiveTileModeForRestartedApp()
876 RemoteAnimationTargetCompat[] wallpaper, RemoteAnimationTargetCompat[] nonApps) { in launchSideTaskInLiveTileMode() argument
905 TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps, in launchSideTaskInLiveTileMode()
DTaskView.java568 targets.wallpapers, targets.nonApps, true /* launcherClosing */, in onClick()