Searched refs:hasFixedRotationTransform (Results 1 – 15 of 15) sorted by relevance
390 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()
348 assertFalse(wallpaperToken.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()354 assertTrue(r.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()355 assertTrue(wallpaperToken.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
1174 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()
271 doReturn(true).when(mAppWindow.mActivityRecord).hasFixedRotationTransform(); in testPrepareTaskSnapshot()
1984 assertFalse(activity.hasFixedRotationTransform()); in testActivityOnCancelFixedRotationTransform()2115 assertTrue(activity.hasFixedRotationTransform()); in testFixedRotationSnapshotStartingWindow()2966 assertTrue(topActivity.hasFixedRotationTransform()); in testTransferStartingWindowSetFixedRotation()
1289 doReturn(true).when(home).hasFixedRotationTransform(any()); in testDeferRotationForTransientLaunch()
412 boolean hasFixedRotationTransform() { in hasFixedRotationTransform() method in WindowToken417 boolean hasFixedRotationTransform(WindowToken token) { in hasFixedRotationTransform() method in WindowToken723 if (hasFixedRotationTransform()) { in dump()
153 && wallpaperTarget.mToken.hasFixedRotationTransform()) { in updateWallpaperWindows()
176 if (topFullscreen == null || topFullscreen.hasFixedRotationTransform()) { in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
383 if (activity.hasFixedRotationTransform()) { in checkIfReadyToSnapshot()
1235 if (activity.hasFixedRotationTransform()) {
1838 if (r.hasFixedRotationTransform()) { in handleTopActivityLaunchingInDifferentOrientation()1988 if (!r.hasFixedRotationTransform()) { in setFixedRotationLaunchingApp()6791 if (r.hasFixedRotationTransform()) { in onStartRecentsAnimation()6882 if (mFixedRotationLaunchingApp.hasFixedRotationTransform(r)) { in onAppTransitionFinishedLocked()
862 if (mToken.hasFixedRotationTransform()) { in seamlesslyRotateIfAllowed()
4473 if (fromActivity.hasFixedRotationTransform()) { in transferStartingWindow()
12206 HSPLcom/android/server/wm/WindowToken;->hasFixedRotationTransform()Z