Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1454 assertTrue(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1462 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testFinishFixedRotationNoAppTransitioningTask()
1505 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1516 assertFalse(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1525 assertTrue(displayContent.hasTopFixedRotationLaunchingApp()); in testFixedRotationWithPip()
1552 assertFalse(mDisplayContent.hasTopFixedRotationLaunchingApp()); in testNoFixedRotationOnResumedScheduledApp()
H A DRecentsAnimationControllerTest.java367 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
776 assertFalse(activity.mDisplayContent.hasTopFixedRotationLaunchingApp()); in assertTopFixedRotationLaunchingAppCleared()
H A DActivityRecordTests.java1825 assertFalse(display.hasTopFixedRotationLaunchingApp()); in testActivityOnCancelFixedRotationTransform()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java662 if (mDisplayContent.hasTopFixedRotationLaunchingApp()) { in shouldRotateSeamlessly()
H A DDisplayContent.java1688 if (hasTopFixedRotationLaunchingApp()) { in handleTopActivityLaunchingInDifferentOrientation()
1722 boolean hasTopFixedRotationLaunchingApp() { in hasTopFixedRotationLaunchingApp() method in DisplayContent
6363 != ORIENTATION_UNDEFINED && !hasTopFixedRotationLaunchingApp(); in isTopFixedOrientationRecentsAnimating()
/aosp12/frameworks/base/services/
H A Dart-profile45757 HPLcom/android/server/wm/DisplayContent;->hasTopFixedRotationLaunchingApp()Z