Home
last modified time | relevance | path

Searched defs:nonApps (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java39 public final RemoteAnimationTarget[] nonApps; field in RemoteAnimationTargets
47 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets()
71 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets()
DRecentsAnimationTargets.java41 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RecentsAnimationTargets()
DRecentsAnimationCallbacks.java134 final ArrayList<RemoteAnimationTarget> nonApps = new ArrayList<>(); in onAnimationStart() local
191 ArrayList<RemoteAnimationTarget> apps, ArrayList<RemoteAnimationTarget> nonApps) { in classifyTargets()
DTaskViewUtils.java616 final RemoteAnimationTarget[] nonApps = RemoteAnimationTargetCompat.wrapNonApps( in composeRecentsDesktopLaunchAnimator() local
750 public static ValueAnimator createSplitAuxiliarySurfacesAnimator( in createSplitAuxiliarySurfacesAnimator()
DLauncherBackAnimationController.java272 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewMediator.java224 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1427 RemoteAnimationTarget[] wallpaper, RemoteAnimationTarget[] nonApps, in launchSideTaskInLiveTileMode()