Searched refs:wallpapers (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationAdapterCompat.java | 48 RemoteAnimationTarget[] wallpapers, in wrapRemoteAnimationRunner() 53 RemoteAnimationTargetCompat.wrap(wallpapers); in wrapRemoteAnimationRunner()
|
D | RemoteAnimationRunnerCompat.java | 21 RemoteAnimationTargetCompat[] wallpapers, Runnable finishedCallback); in onAnimationStart() argument
|
D | RecentsAnimationListener.java | 28 RemoteAnimationTargetCompat[] apps, RemoteAnimationTargetCompat[] wallpapers, in onAnimationStart() argument
|
D | ActivityManagerWrapper.java | 251 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startRecentsActivity() 258 RemoteAnimationTargetCompat.wrap(wallpapers); in startRecentsActivity()
|
/frameworks/base/core/java/android/view/ |
D | IRemoteAnimationRunner.aidl | 37 void onAnimationStart(in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
|
D | IRecentsAnimationRunner.aidl | 57 in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentsAnimationControllerTest.java | 431 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()
|
D | AppChangeTransitionTests.java | 76 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
|
D | AppTransitionTests.java | 240 RemoteAnimationTarget[] wallpapers, in onAnimationStart() argument
|
D | WindowContainerTests.java | 911 RemoteAnimationTarget[] wallpapers, in verifyWindowContainerApplyAnimation()
|
D | ActivityRecordTests.java | 595 RemoteAnimationTarget[] wallpapers, in testTakeOptions()
|
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
D | RecentsAnimationPerfTest.java | 182 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in testRecentsAnimation()
|