Searched refs:isFixedRotationLaunchingApp (Results 1 – 7 of 7) sorted by relevance
357 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()366 assertFalse(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()390 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(activity)); in prepareFixedRotationLaunchingAppWithRecentsAnim()515 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testWallpaperHasFixedRotationApplied()
1796 assertTrue(display.isFixedRotationLaunchingApp(activity)); in testActivityOnCancelFixedRotationTransform()1912 assertTrue(activity.mDisplayContent.isFixedRotationLaunchingApp(activity)); in testFixedRotationSnapshotStartingWindow()
1409 assertTrue(mDisplayContent.isFixedRotationLaunchingApp(app2)); in testApplyTopFixedRotationTransform()
1323 if (mDisplayContent.isFixedRotationLaunchingApp(mTargetActivityRecord)) {
1728 boolean isFixedRotationLaunchingApp(ActivityRecord r) { in isFixedRotationLaunchingApp() method in DisplayContent
1950 if (r != null && mDisplayContent.isFixedRotationLaunchingApp(r)) { in onConfigurationChangedInner()
45759 PLcom/android/server/wm/DisplayContent;->isFixedRotationLaunchingApp(Lcom/android/server/wm/Activit…