Home
last modified time | relevance | path

Searched refs:updateRotationUnchecked (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestDisplayContent.java74 }).when(displayRotation).updateRotationUnchecked(anyBoolean()); in TestDisplayContent()
H A DDisplayContentTests.java1837 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()
H A DTransitionTests.java1231 doReturn(false).when(mDisplayContent).updateRotationUnchecked(); in testFixedRotationOpen()
1302 assertFalse(mDisplayContent.updateRotationUnchecked()); in testDeferRotationForTransientLaunch()
H A DActivityRecordTests.java1948 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()
1977 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()
H A DSizeCompatTests.java818 doCallRealMethod().when(displayRotation).updateRotationUnchecked(anyBoolean()); in testFixedScreenBoundsWhenDisplaySizeChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java478 return updateRotationUnchecked(forceUpdate); in updateOrientation()
487 final boolean changed = updateRotationUnchecked(false /* forceUpdate */); in updateRotationAndSendNewConfigIfChanged()
509 boolean updateRotationUnchecked(boolean forceUpdate) { in updateRotationUnchecked() method in DisplayRotation
H A DWindowManagerService.java3748 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 WindowManagerService
4371 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()
6300 configChanged |= displayContent.updateRotationUnchecked(); in doStopFreezingDisplayLocked()
H A DRootWindowContainer.java913 mUpdateRotation = updateRotationUnchecked(); in performSurfacePlacementNoTrace()
1078 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in RootWindowContainer
H A DDisplayContent.java2153 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in DisplayContent
2154 return mDisplayRotation.updateRotationUnchecked(false /* forceUpdate */); in updateRotationUnchecked()
/aosp14/frameworks/base/services/
H A Dart-profile11037 HSPLcom/android/server/wm/DisplayRotation;->updateRotationUnchecked(Z)Z
11911 HSPLcom/android/server/wm/WindowManagerService;->updateRotationUnchecked(ZZ)V