Searched refs:isFixedRotationLaunchingApp (Results 1 – 8 of 8) sorted by relevance
378 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()387 assertFalse(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()411 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(activity)); in prepareFixedRotationLaunchingAppWithRecentsAnim()547 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testWallpaperHasFixedRotationApplied()
1934 assertTrue(display.isFixedRotationLaunchingApp(activity)); in testActivityOnCancelFixedRotationTransform()2080 assertTrue(activity.mDisplayContent.isFixedRotationLaunchingApp(activity)); in testFixedRotationSnapshotStartingWindow()
1674 assertTrue(mDisplayContent.isFixedRotationLaunchingApp(app2)); in testApplyTopFixedRotationTransform()
673 && dc.isFixedRotationLaunchingApp(topActivity)) { in removeStartingWindow()
1277 if (mDisplayContent.isFixedRotationLaunchingApp(mTargetActivityRecord)) {
1120 if (resetActivity.mDisplayContent.isFixedRotationLaunchingApp(resetActivity)) { in finishPresentAnimations()
2028 if (r != null && mDisplayContent.isFixedRotationLaunchingApp(r)) { in onConfigurationChangedInner()4778 if (dc != null && dc.isFixedRotationLaunchingApp(topActivity)) {
1946 boolean isFixedRotationLaunchingApp(ActivityRecord r) { in isFixedRotationLaunchingApp() method in DisplayContent