Home
last modified time | relevance | path

Searched refs:onStartRecentsAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1738 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(app); in testRotateSeamlesslyWithFixedRotation()
1835 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(recentsActivity); in testRecentsNotRotatingWithFixedRotation()
1844 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(recentsActivity); in testRecentsNotRotatingWithFixedRotation()
1851 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(recentsActivity); in testRecentsNotRotatingWithFixedRotation()
1861 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(recentsActivity); in testRecentsNotRotatingWithFixedRotation()
H A DRecentsAnimationControllerTest.java471 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(recents); in testCheckRotationAfterCleanup()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java445 mDisplayContent.mFixedRotationTransitionListener.onStartRecentsAnimation(targetActivity); in initialize()
H A DDisplayContent.java6782 void onStartRecentsAnimation(@NonNull ActivityRecord r) { in onStartRecentsAnimation() method in FixedRotationTransitionListener