Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationAdapterCompat.java48 RemoteAnimationTarget[] wallpapers, in wrapRemoteAnimationRunner()
53 RemoteAnimationTargetCompat.wrap(wallpapers); in wrapRemoteAnimationRunner()
DRemoteAnimationRunnerCompat.java21 RemoteAnimationTargetCompat[] wallpapers, Runnable finishedCallback); in onAnimationStart() argument
DRecentsAnimationListener.java28 RemoteAnimationTargetCompat[] apps, RemoteAnimationTargetCompat[] wallpapers, in onAnimationStart() argument
DActivityManagerWrapper.java251 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startRecentsActivity()
258 RemoteAnimationTargetCompat.wrap(wallpapers); in startRecentsActivity()
/frameworks/base/core/java/android/view/
DIRemoteAnimationRunner.aidl37 void onAnimationStart(in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
DIRecentsAnimationRunner.aidl57 in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java431 ArrayList<WallpaperWindowToken> wallpapers = new ArrayList<>(1); in testWallpaperHasFixedRotationApplied() local
432 mDefaultDisplay.forAllWallpaperWindows(wallpapers::add); in testWallpaperHasFixedRotationApplied()
434 Truth.assertThat(wallpapers).hasSize(1); in testWallpaperHasFixedRotationApplied()
435 Truth.assertThat(wallpapers.get(0).getTopChild()).isEqualTo(wallpaperWindow); in testWallpaperHasFixedRotationApplied()
439 wallpapers.get(0).getConfiguration().orientation); in testWallpaperHasFixedRotationApplied()
DAppChangeTransitionTests.java76 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
DAppTransitionTests.java240 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
DWindowContainerTests.java911 RemoteAnimationTarget[] wallpapers, in verifyWindowContainerApplyAnimation()
DActivityRecordTests.java595 RemoteAnimationTarget[] wallpapers, in testTakeOptions()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRecentsAnimationPerfTest.java182 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in testRecentsAnimation()