Searched refs:hasTopFixedRotationLaunchingApp (Results 1 – 6 of 6) sorted by relevance
1454 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()
367 assertFalse(mDefaultDisplay.hasTopFixedRotationLaunchingApp()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()776 assertFalse(activity.mDisplayContent.hasTopFixedRotationLaunchingApp()); in assertTopFixedRotationLaunchingAppCleared()
1825 assertFalse(display.hasTopFixedRotationLaunchingApp()); in testActivityOnCancelFixedRotationTransform()
662 if (mDisplayContent.hasTopFixedRotationLaunchingApp()) { in shouldRotateSeamlessly()
1688 if (hasTopFixedRotationLaunchingApp()) { in handleTopActivityLaunchingInDifferentOrientation()1722 boolean hasTopFixedRotationLaunchingApp() { in hasTopFixedRotationLaunchingApp() method in DisplayContent6363 != ORIENTATION_UNDEFINED && !hasTopFixedRotationLaunchingApp(); in isTopFixedOrientationRecentsAnimating()
45757 HPLcom/android/server/wm/DisplayContent;->hasTopFixedRotationLaunchingApp()Z