Home
last modified time | relevance | path

Searched refs:setRecentsAnimationController (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java152 mWm.setRecentsAnimationController(mController); in testIncludedApps_expectTargetAndVisible()
169 mWm.setRecentsAnimationController(mController); in testWallpaperIncluded_expectTarget()
191 mWm.setRecentsAnimationController(mController); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
216 mWm.setRecentsAnimationController(mController); in testFinish_expectTargetAndWallpaperAdaptersRemoved()
246 mWm.setRecentsAnimationController(mController); in testDeferCancelAnimation()
267 mWm.setRecentsAnimationController(mController); in testDeferCancelAnimationWithScreenShot()
295 mWm.setRecentsAnimationController(mController); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
313 mWm.setRecentsAnimationController(mController); in testBinderDiedAfterCancelWithDeferredScreenshot()
337 mWm.setRecentsAnimationController(mController); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
445 mWm.setRecentsAnimationController(mController); in testCheckRotationAfterCleanup()
[all …]
H A DRecentsAnimationTest.java80 mAtm.mWindowManager.setRecentsAnimationController(mRecentsAnimationController); in setUp()
H A DWallpaperControllerTests.java287 mWm.setRecentsAnimationController(recentsController); in testFixedRotationRecentsAnimatingTask()
H A DZOrderingTests.java573 mWm.setRecentsAnimationController(controller); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
H A DWindowStateTests.java725 mWm.setRecentsAnimationController(recentsController); in testCantReceiveTouchDuringRecentsAnimation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3018 void setRecentsAnimationController(RecentsAnimationController controller) { in setRecentsAnimationController() method in WindowManagerService