Home
last modified time | relevance | path

Searched refs:hasFixedRotationTransform (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java370 assertTrue(homeActivity.hasFixedRotationTransform()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
375 assertFalse(homeActivity.hasFixedRotationTransform()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
389 assertTrue(activity.hasFixedRotationTransform()); in prepareFixedRotationLaunchingAppWithRecentsAnim()
394 assertFalse(homeActivity.hasFixedRotationTransform()); in prepareFixedRotationLaunchingAppWithRecentsAnim()
440 assertTrue(activity.hasFixedRotationTransform()); in testKeepFixedRotationWhenMovingRecentsToTop()
514 assertTrue(homeActivity.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
520 assertFalse(homeActivity.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
521 assertFalse(wallpaperWindowToken.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
771 assertTrue(recentsActivity.hasFixedRotationTransform()); in startRecentsInDifferentRotation()
775 assertFalse(activity.hasFixedRotationTransform()); in assertTopFixedRotationLaunchingAppCleared()
H A DWallpaperControllerTests.java296 assertTrue(mAppWindow.mActivityRecord.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
303 assertFalse(mAppWindow.mActivityRecord.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
H A DDisplayContentTests.java1408 assertTrue(app.hasFixedRotationTransform(app2)); in testApplyTopFixedRotationTransform()
1422 assertTrue(mImeWindow.mToken.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1428 assertTrue(app.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1429 assertTrue(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1436 assertFalse(app.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1437 assertFalse(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1453 assertTrue(app2.hasFixedRotationTransform()); in testFinishFixedRotationNoAppTransitioningTask()
1461 assertFalse(app2.hasFixedRotationTransform()); in testFinishFixedRotationNoAppTransitioningTask()
1595 assertFalse(recentsActivity.hasFixedRotationTransform()); in testRecentsNotRotatingWithFixedRotation()
1619 assertTrue(activity.hasFixedRotationTransform()); in testClearIntermediateFixedRotationAdjustments()
H A DTaskSnapshotControllerTest.java258 doReturn(true).when(mAppWindow.mActivityRecord).hasFixedRotationTransform(); in testPrepareTaskSnapshot()
H A DActivityRecordTests.java1826 assertFalse(activity.hasFixedRotationTransform()); in testActivityOnCancelFixedRotationTransform()
1911 assertTrue(activity.hasFixedRotationTransform()); in testFixedRotationSnapshotStartingWindow()
2702 assertTrue(topActivity.hasFixedRotationTransform()); in testTransferStartingWindowSetFixedRotation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java425 boolean hasFixedRotationTransform() { in hasFixedRotationTransform() method in WindowToken
430 boolean hasFixedRotationTransform(WindowToken token) { in hasFixedRotationTransform() method in WindowToken
731 if (hasFixedRotationTransform()) { in dump()
H A DWallpaperWindowToken.java132 && wallpaperTarget.mToken.hasFixedRotationTransform()) { in updateWallpaperWindows()
H A DPinnedTaskController.java177 if (topFullscreen == null || topFullscreen.hasFixedRotationTransform()) { in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
H A DTaskSnapshotController.java358 if (activity.hasFixedRotationTransform()) {
H A DDisplayContent.java1646 if (r.hasFixedRotationTransform()) { in handleTopActivityLaunchingInDifferentOrientation()
1784 if (!r.hasFixedRotationTransform()) { in setFixedRotationLaunchingApp()
6312 if (r.hasFixedRotationTransform()) { in onStartRecentsAnimation()
6391 if (mFixedRotationLaunchingApp.hasFixedRotationTransform(r)) { in onAppTransitionFinishedLocked()
H A DWindowState.java936 if (mToken.hasFixedRotationTransform()) { in seamlesslyRotateIfAllowed()
H A DActivityRecord.java4005 if (fromActivity.hasFixedRotationTransform()) { in transferStartingWindow()
/aosp12/frameworks/base/services/
H A Dart-profile50876 HSPLcom/android/server/wm/WindowToken;->hasFixedRotationTransform()Z
50877 PLcom/android/server/wm/WindowToken;->hasFixedRotationTransform(Lcom/android/server/wm/WindowToken;…