Searched refs:updateRotationUnchecked (Results 1 – 10 of 10) sorted by relevance
74 }).when(displayRotation).updateRotationUnchecked(anyBoolean()); in TestDisplayContent()
1837 assertFalse(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()1841 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()1847 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()1854 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()1887 doCallRealMethod().when(secondaryDisplayRotation).updateRotationUnchecked(anyBoolean()); in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()2070 doCallRealMethod().when(dr).updateRotationUnchecked(anyBoolean()); in testShellTransitRotation()2113 dr.updateRotationUnchecked(true /* forceUpdate */); in testShellTransitRotation()2116 dr.updateRotationUnchecked(true /* forceUpdate */); in testShellTransitRotation()
1231 doReturn(false).when(mDisplayContent).updateRotationUnchecked(); in testFixedRotationOpen()1302 assertFalse(mDisplayContent.updateRotationUnchecked()); in testDeferRotationForTransientLaunch()
1948 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()1977 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()
818 doCallRealMethod().when(displayRotation).updateRotationUnchecked(anyBoolean()); in testFixedScreenBoundsWhenDisplaySizeChanged()
478 return updateRotationUnchecked(forceUpdate); in updateOrientation()487 final boolean changed = updateRotationUnchecked(false /* forceUpdate */); in updateRotationAndSendNewConfigIfChanged()509 boolean updateRotationUnchecked(boolean forceUpdate) { in updateRotationUnchecked() method in DisplayRotation
3748 updateRotationUnchecked(false, false); in performEnableScreen()4277 updateRotationUnchecked(false, false); in freezeDisplayRotation()4312 updateRotationUnchecked(false, false); in thawDisplayRotation()4352 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()4355 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() method in WindowManagerService4371 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()6300 configChanged |= displayContent.updateRotationUnchecked(); in doStopFreezingDisplayLocked()
913 mUpdateRotation = updateRotationUnchecked(); in performSurfacePlacementNoTrace()1078 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in RootWindowContainer
2153 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in DisplayContent2154 return mDisplayRotation.updateRotationUnchecked(false /* forceUpdate */); in updateRotationUnchecked()
11037 HSPLcom/android/server/wm/DisplayRotation;->updateRotationUnchecked(Z)Z11911 HSPLcom/android/server/wm/WindowManagerService;->updateRotationUnchecked(ZZ)V