Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java201 final RemoteAnimationTarget[] nonApps = new RemoteAnimationTarget[0]; in wrap() local
209 apps, wallpapers, nonApps, in wrap() local
H A DKeyguardViewMediator.java2210 RemoteAnimationTarget[] nonApps, IRemoteAnimationFinishedCallback finishedCallback) { in handleStartKeyguardExitAnimation()
2720 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in startKeyguardExitAnimation()
2739 RemoteAnimationTarget[] nonApps, IRemoteAnimationFinishedCallback finishedCallback) { in startKeyguardExitAnimation()
2862 RemoteAnimationTarget[] nonApps, in StartKeyguardExitAnimParams()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRemoteAnimationTargets.java37 public final RemoteAnimationTargetCompat[] nonApps; field in RemoteAnimationTargets
44 RemoteAnimationTargetCompat[] wallpapers, RemoteAnimationTargetCompat[] nonApps, in RemoteAnimationTargets()
H A DRecentsAnimationTargets.java34 RemoteAnimationTargetCompat[] wallpapers, RemoteAnimationTargetCompat[] nonApps, in RecentsAnimationTargets()
H A DTaskViewUtils.java597 public static void setSplitAuxiliarySurfacesShown(RemoteAnimationTargetCompat[] nonApps, in setSplitAuxiliarySurfacesShown()
602 private static void setSplitAuxiliarySurfacesShown( in setSplitAuxiliarySurfacesShown()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DLegacyTransitions.java45 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
99 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/aosp12/frameworks/base/core/java/android/view/
H A DIRemoteAnimationRunner.aidl41 in RemoteAnimationTarget[] wallpapers, in RemoteAnimationTarget[] nonApps, in onAnimationStart()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java24 RemoteAnimationTargetCompat[] nonApps, Runnable finishedCallback); in onAnimationStart()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java77 RemoteAnimationTarget[] nonApps, in onAnimationStart()
H A DAppTransitionTests.java464 RemoteAnimationTarget[] nonApps, in onAnimationStart()
H A DAppTransitionControllerTest.java684 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java72 @NonNull RemoteAnimationTarget[] nonApps, in onAnimationStart()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java196 RemoteAnimationTargetCompat[] wallpapers, RemoteAnimationTargetCompat[] nonApps, in onAnimationStart()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java998 RemoteAnimationTargetCompat[] wallpaper, RemoteAnimationTargetCompat[] nonApps) { in launchSideTaskInLiveTileMode()