Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationRunnerCompat.java23 RemoteAnimationTargetCompat[] apps, RemoteAnimationTargetCompat[] wallpapers, in onAnimationStart() argument
DRecentsAnimationListener.java28 RemoteAnimationTargetCompat[] apps, RemoteAnimationTargetCompat[] wallpapers, in onAnimationStart() argument
DRemoteTransitionCompat.java115 final RemoteAnimationTargetCompat[] wallpapers = in RemoteTransitionCompat()
133 for (int i = wallpapers.length - 1; i >= 0; --i) { in RemoteTransitionCompat()
134 t.setAlpha(wallpapers[i].leash.mSurfaceControl, 1); in RemoteTransitionCompat()
139 recents.onAnimationStart(mRecentsSession, apps, wallpapers, new Rect(0, 0, 0, 0), in RemoteTransitionCompat()
DRemoteAnimationTargetCompat.java239 public static RemoteAnimationTargetCompat[] wrap(TransitionInfo info, boolean wallpapers, in wrap() argument
245 if (wallpapers != changeIsWallpaper) continue; in wrap()
DActivityManagerWrapper.java179 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startRecentsActivity()
186 RemoteAnimationTargetCompat.wrap(wallpapers); in startRecentsActivity()
DRemoteAnimationAdapterCompat.java78 RemoteAnimationTarget[] wallpapers, in wrapRemoteAnimationRunner()
84 RemoteAnimationTargetCompat.wrap(wallpapers); in wrapRemoteAnimationRunner()
/frameworks/base/core/java/android/view/
DIRemoteAnimationRunner.aidl41 in RemoteAnimationTarget[] wallpapers, in RemoteAnimationTarget[] nonApps, in onAnimationStart() argument
DIRecentsAnimationRunner.aidl57 in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java145 RemoteAnimationTarget[] wallpapers,
150 mKeyguardViewMediator.startKeyguardExitAnimation(transit, apps, wallpapers,
166 RemoteAnimationTarget[] wallpapers,
DKeyguardViewMediator.java2177 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in handleStartKeyguardExitAnimation() argument
2248 wallpapers, nonApps, callback); in handleStartKeyguardExitAnimation()
2668 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in startKeyguardExitAnimation() argument
2670 startKeyguardExitAnimation(transit, 0, 0, apps, wallpapers, nonApps, finishedCallback); in startKeyguardExitAnimation()
2686 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startKeyguardExitAnimation() argument
2691 wallpapers, nonApps, finishedCallback)); in startKeyguardExitAnimation()
2799 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in StartKeyguardExitAnimParams() argument
2806 this.mWallpapers = wallpapers; in StartKeyguardExitAnimParams()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java483 ArrayList<WallpaperWindowToken> wallpapers = new ArrayList<>(1); in testWallpaperHasFixedRotationApplied() local
484 mDefaultDisplay.forAllWallpaperWindows(wallpapers::add); in testWallpaperHasFixedRotationApplied()
486 Truth.assertThat(wallpapers).hasSize(1); in testWallpaperHasFixedRotationApplied()
487 Truth.assertThat(wallpapers.get(0).getTopChild()).isEqualTo(wallpaperWindow); in testWallpaperHasFixedRotationApplied()
491 wallpapers.get(0).getConfiguration().orientation); in testWallpaperHasFixedRotationApplied()
DAppChangeTransitionTests.java76 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
DAppTransitionTests.java270 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
DAppTransitionControllerTest.java526 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart() argument
DWindowContainerTests.java929 RemoteAnimationTarget[] wallpapers, in verifyWindowContainerApplyAnimation()
DActivityRecordTests.java749 RemoteAnimationTarget[] wallpapers, in testTakeOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java720 final ArraySet<WindowContainer> wallpapers = new ArraySet<>(); in calculateTransitionInfo() local
722 (isWallpaper(targets.valueAt(i)) ? wallpapers : appTargets).add(targets.valueAt(i)); in calculateTransitionInfo()
770 for (int i = wallpapers.size() - 1; i >= 0; --i) { in calculateTransitionInfo()
771 final WindowContainer wc = wallpapers.valueAt(i); in calculateTransitionInfo()
DWindowManagerInternal.java228 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRecentsAnimationPerfTest.java184 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in testRecentsAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt398 wallpapers: Array<out RemoteAnimationTarget>?, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java126 RemoteAnimationTarget[] wallpapers,