Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java390 assertTrue(homeActivity.hasFixedRotationTransform()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
395 assertFalse(homeActivity.hasFixedRotationTransform()); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
409 assertTrue(activity.hasFixedRotationTransform()); in prepareFixedRotationLaunchingAppWithRecentsAnim()
414 assertFalse(homeActivity.hasFixedRotationTransform()); in prepareFixedRotationLaunchingAppWithRecentsAnim()
460 assertTrue(activity.hasFixedRotationTransform()); in testKeepFixedRotationWhenMovingRecentsToTop()
544 assertTrue(homeActivity.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
550 assertFalse(homeActivity.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
551 assertFalse(wallpaperWindowToken.hasFixedRotationTransform()); in testWallpaperHasFixedRotationApplied()
805 assertTrue(recentsActivity.hasFixedRotationTransform()); in startRecentsInDifferentRotation()
809 assertFalse(activity.hasFixedRotationTransform()); in assertTopFixedRotationLaunchingAppCleared()
H A DWallpaperControllerTests.java348 assertFalse(wallpaperToken.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
354 assertTrue(r.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
355 assertTrue(wallpaperToken.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
H A DDisplayContentTests.java1174 assertTrue(top.hasFixedRotationTransform()); in testOrientationBehind()
1664 assertTrue(app.hasFixedRotationTransform(app2)); in testApplyTopFixedRotationTransform()
1678 assertTrue(mImeWindow.mToken.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1684 assertTrue(app.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1685 assertTrue(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1694 assertFalse(app.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1695 assertFalse(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform()
1711 assertTrue(app2.hasFixedRotationTransform()); in testFinishFixedRotationNoAppTransitioningTask()
1722 assertFalse(app2.hasFixedRotationTransform()); in testFinishFixedRotationNoAppTransitioningTask()
1862 assertFalse(recentsActivity.hasFixedRotationTransform()); in testRecentsNotRotatingWithFixedRotation()
H A DTaskSnapshotControllerTest.java271 doReturn(true).when(mAppWindow.mActivityRecord).hasFixedRotationTransform(); in testPrepareTaskSnapshot()
H A DActivityRecordTests.java1984 assertFalse(activity.hasFixedRotationTransform()); in testActivityOnCancelFixedRotationTransform()
2115 assertTrue(activity.hasFixedRotationTransform()); in testFixedRotationSnapshotStartingWindow()
2966 assertTrue(topActivity.hasFixedRotationTransform()); in testTransferStartingWindowSetFixedRotation()
H A DTransitionTests.java1289 doReturn(true).when(home).hasFixedRotationTransform(any()); in testDeferRotationForTransientLaunch()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java412 boolean hasFixedRotationTransform() { in hasFixedRotationTransform() method in WindowToken
417 boolean hasFixedRotationTransform(WindowToken token) { in hasFixedRotationTransform() method in WindowToken
723 if (hasFixedRotationTransform()) { in dump()
H A DWallpaperWindowToken.java153 && wallpaperTarget.mToken.hasFixedRotationTransform()) { in updateWallpaperWindows()
H A DPinnedTaskController.java176 if (topFullscreen == null || topFullscreen.hasFixedRotationTransform()) { in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
H A DAbsAppSnapshotController.java383 if (activity.hasFixedRotationTransform()) { in checkIfReadyToSnapshot()
H A DBackNavigationController.java1235 if (activity.hasFixedRotationTransform()) {
H A DDisplayContent.java1838 if (r.hasFixedRotationTransform()) { in handleTopActivityLaunchingInDifferentOrientation()
1988 if (!r.hasFixedRotationTransform()) { in setFixedRotationLaunchingApp()
6791 if (r.hasFixedRotationTransform()) { in onStartRecentsAnimation()
6882 if (mFixedRotationLaunchingApp.hasFixedRotationTransform(r)) { in onAppTransitionFinishedLocked()
H A DWindowState.java862 if (mToken.hasFixedRotationTransform()) { in seamlesslyRotateIfAllowed()
H A DActivityRecord.java4473 if (fromActivity.hasFixedRotationTransform()) { in transferStartingWindow()
/aosp14/frameworks/base/services/
H A Dart-profile12206 HSPLcom/android/server/wm/WindowToken;->hasFixedRotationTransform()Z