Searched refs:hasFixedRotationTransform (Results 1 – 13 of 13) sorted by relevance
370 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()
296 assertTrue(mAppWindow.mActivityRecord.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()303 assertFalse(mAppWindow.mActivityRecord.hasFixedRotationTransform()); in testFixedRotationRecentsAnimatingTask()
1408 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()
258 doReturn(true).when(mAppWindow.mActivityRecord).hasFixedRotationTransform(); in testPrepareTaskSnapshot()
1826 assertFalse(activity.hasFixedRotationTransform()); in testActivityOnCancelFixedRotationTransform()1911 assertTrue(activity.hasFixedRotationTransform()); in testFixedRotationSnapshotStartingWindow()2702 assertTrue(topActivity.hasFixedRotationTransform()); in testTransferStartingWindowSetFixedRotation()
425 boolean hasFixedRotationTransform() { in hasFixedRotationTransform() method in WindowToken430 boolean hasFixedRotationTransform(WindowToken token) { in hasFixedRotationTransform() method in WindowToken731 if (hasFixedRotationTransform()) { in dump()
132 && wallpaperTarget.mToken.hasFixedRotationTransform()) { in updateWallpaperWindows()
177 if (topFullscreen == null || topFullscreen.hasFixedRotationTransform()) { in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
358 if (activity.hasFixedRotationTransform()) {
1646 if (r.hasFixedRotationTransform()) { in handleTopActivityLaunchingInDifferentOrientation()1784 if (!r.hasFixedRotationTransform()) { in setFixedRotationLaunchingApp()6312 if (r.hasFixedRotationTransform()) { in onStartRecentsAnimation()6391 if (mFixedRotationLaunchingApp.hasFixedRotationTransform(r)) { in onAppTransitionFinishedLocked()
936 if (mToken.hasFixedRotationTransform()) { in seamlesslyRotateIfAllowed()
4005 if (fromActivity.hasFixedRotationTransform()) { in transferStartingWindow()
50876 HSPLcom/android/server/wm/WindowToken;->hasFixedRotationTransform()Z50877 PLcom/android/server/wm/WindowToken;->hasFixedRotationTransform(Lcom/android/server/wm/WindowToken;…