Home
last modified time | relevance | path

Searched defs:nonApps (Results 1 – 8 of 8) 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.java40 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RecentsAnimationTargets()
DRecentsAnimationCallbacks.java135 final ArrayList<RemoteAnimationTarget> nonApps = new ArrayList<>(); in onAnimationStart() local
212 ArrayList<RemoteAnimationTarget> apps, ArrayList<RemoteAnimationTarget> nonApps) { in classifyTargets()
DTaskViewUtils.java585 final RemoteAnimationTarget[] nonApps = RemoteAnimationTargetCompat.wrapNonApps( in composeRecentsDesktopLaunchAnimator() local
719 public static ValueAnimator createSplitAuxiliarySurfacesAnimator( in createSplitAuxiliarySurfacesAnimator()
DLauncherBackAnimationController.java243 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewMediator.java201 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java826 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1282 RemoteAnimationTarget[] wallpaper, RemoteAnimationTarget[] nonApps) { in launchSideTaskInLiveTileMode()