Home
last modified time | relevance | path

Searched refs:hasTopFixedRotationLaunchingApp (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1712 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1723 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1766 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1777 assertFalse(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1786 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1819 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testNoFixedRotationOnResumedScheduledApp()
H A DRecentsAnimationControllerTest.java387 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
810 assertFalse(activity.mDisplayContent.hasTopFixedRotationLaunchingApp()); in assertTopFixedRotationLaunchingAppCleared()
H A DTransitionTests.java1213 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationOpen()
1218 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationOpen()
H A DActivityRecordTests.java1983 assertFalse(display.hasTopFixedRotationLaunchingApp()); in testActivityOnCancelFixedRotationTransform()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java229 if (mTimeoutRunnable == null && !mDisplayContent.hasTopFixedRotationLaunchingApp() in updateTargetWindows()
H A DDisplayRotation.java734 if (mDisplayContent.hasTopFixedRotationLaunchingApp()) { in shouldRotateSeamlessly()
H A DDisplayContent.java1922 boolean hasTopFixedRotationLaunchingApp() { in hasTopFixedRotationLaunchingApp() method in DisplayContent
6846 } else if (mAnimatingRecents != null && !hasTopFixedRotationLaunchingApp()) { in shouldDeferRotation()
H A DTransition.java1055 && ar.mDisplayContent.hasTopFixedRotationLaunchingApp()) { in checkEnterPipOnFinish()