Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java388 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
812 assertFalse(activity.mDisplayContent.hasTopFixedRotationLaunchingApp()); in assertTopFixedRotationLaunchingAppCleared()
DDisplayContentTests.java1721 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1732 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1775 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1786 assertFalse(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1795 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1828 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testNoFixedRotationOnResumedScheduledApp()
DTransitionTests.java1271 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationOpen()
1276 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationOpen()
DActivityRecordTests.java1962 assertFalse(display.hasTopFixedRotationLaunchingApp()); in testActivityOnCancelFixedRotationTransform()
/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java237 && !mDisplayContent.hasTopFixedRotationLaunchingApp() in updateTargetWindows()
DDisplayRotation.java751 if (mDisplayContent.hasTopFixedRotationLaunchingApp()) { in shouldRotateSeamlessly()
DDisplayContent.java1934 boolean hasTopFixedRotationLaunchingApp() { in hasTopFixedRotationLaunchingApp() method in DisplayContent
6956 } else if (mAnimatingRecents != null && !hasTopFixedRotationLaunchingApp()) { in shouldDeferRotation()
DTransition.java1146 && ar.mDisplayContent.hasTopFixedRotationLaunchingApp()) { in checkEnterPipOnFinish()