Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java355 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
387 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
DDisplayContentTests.java1215 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1223 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1277 assertFalse(displayContent.hasTopFixedRotationLaunchingApp()); in testNoFixedRotationWithPip()
1287 assertFalse(displayContent.hasTopFixedRotationLaunchingApp()); in testNoFixedRotationWithPip()
DActivityRecordTests.java1475 assertFalse(display.hasTopFixedRotationLaunchingApp()); in testActivityOnCancelFixedRotationTransform()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java594 if (mDisplayContent.hasTopFixedRotationLaunchingApp()) { in shouldRotateSeamlessly()
DDisplayContent.java1521 boolean hasTopFixedRotationLaunchingApp() { in hasTopFixedRotationLaunchingApp() method in DisplayContent
5702 != ORIENTATION_UNDEFINED && !hasTopFixedRotationLaunchingApp(); in isTopFixedOrientationRecentsAnimating()