Searched refs:isFixedRotationLaunchingApp (Results 1 – 7 of 7) sorted by relevance
377 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()386 assertFalse(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()410 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(activity)); in prepareFixedRotationLaunchingAppWithRecentsAnim()545 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testWallpaperHasFixedRotationApplied()
1954 assertTrue(display.isFixedRotationLaunchingApp(activity)); in testActivityOnCancelFixedRotationTransform()2116 assertTrue(activity.mDisplayContent.isFixedRotationLaunchingApp(activity)); in testFixedRotationSnapshotStartingWindow()
1665 assertTrue(mDisplayContent.isFixedRotationLaunchingApp(app2)); in testApplyTopFixedRotationTransform()
1254 if (mDisplayContent.isFixedRotationLaunchingApp(mTargetActivityRecord)) {
698 && dc.isFixedRotationLaunchingApp(topActivity)) { in removeStartingWindow()
1943 if (r != null && mDisplayContent.isFixedRotationLaunchingApp(r)) { in onConfigurationChangedInner()4645 if (dc != null && dc.isFixedRotationLaunchingApp(topActivity)) {
1928 boolean isFixedRotationLaunchingApp(ActivityRecord r) { in isFixedRotationLaunchingApp() method in DisplayContent