Searched refs:isFixedRotationLaunchingApp (Results 1 – 7 of 7) sorted by relevance
355 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()364 assertFalse(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testRecentViewInFixedPortraitWhenTopAppInLandscape()388 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(activity)); in prepareFixedRotationLaunchingAppWithRecentsAnim()497 assertTrue(mDefaultDisplay.isFixedRotationLaunchingApp(homeActivity)); in testWallpaperHasFixedRotationApplied()
1751 assertTrue(display.isFixedRotationLaunchingApp(activity)); in testActivityOnCancelFixedRotationTransform()1867 assertTrue(activity.mDisplayContent.isFixedRotationLaunchingApp(activity)); in testFixedRotationSnapshotStartingWindow()
1410 assertTrue(mDisplayContent.isFixedRotationLaunchingApp(app2)); in testApplyTopFixedRotationTransform()
1258 if (mDisplayContent.isFixedRotationLaunchingApp(mTargetActivityRecord)) {
1648 boolean isFixedRotationLaunchingApp(ActivityRecord r) { in isFixedRotationLaunchingApp() method in DisplayContent
2290 if (r != null && mDisplayContent.isFixedRotationLaunchingApp(r)) { in onConfigurationChangedInner()
45759 PLcom/android/server/wm/DisplayContent;->isFixedRotationLaunchingApp(Lcom/android/server/wm/Activit…