Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestDisplayContent.java68 }).when(displayRotation).updateRotationUnchecked(anyBoolean()); in TestDisplayContent()
H A DDisplayContentTests.java1570 assertFalse(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()
1574 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()
1580 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()
1587 assertTrue(displayRotation.updateRotationUnchecked(false)); in testRecentsNotRotatingWithFixedRotation()
1631 doCallRealMethod().when(dr).updateRotationUnchecked(anyBoolean()); in testRemoteRotation()
1679 doCallRealMethod().when(dr).updateRotationUnchecked(anyBoolean()); in testShellTransitRotation()
H A DActivityRecordTests.java1790 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()
1819 displayRotation.updateRotationUnchecked(true /* forceUpdate */); in testActivityOnCancelFixedRotationTransform()
H A DSizeCompatTests.java283 doCallRealMethod().when(displayRotation).updateRotationUnchecked(anyBoolean()); in testFixedScreenBoundsWhenDisplaySizeChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java383 return updateRotationUnchecked(forceUpdate); in updateOrientation()
392 final boolean changed = updateRotationUnchecked(false /* forceUpdate */); in updateRotationAndSendNewConfigIfChanged()
414 boolean updateRotationUnchecked(boolean forceUpdate) { in updateRotationUnchecked() method in DisplayRotation
H A DWindowManagerService.java3684 updateRotationUnchecked(false, false); in performEnableScreen()
4006 updateRotationUnchecked(false, false); in freezeDisplayRotation()
4041 updateRotationUnchecked(false, false); in thawDisplayRotation()
4081 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()
4084 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() method in WindowManagerService
4100 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()
6034 configChanged |= displayContent.updateRotationUnchecked(); in stopFreezingDisplayLocked()
H A DRootWindowContainer.java991 mUpdateRotation = updateRotationUnchecked(); in performSurfacePlacementNoTrace()
1185 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in RootWindowContainer
H A DDisplayContent.java1939 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in DisplayContent
1940 return mDisplayRotation.updateRotationUnchecked(false /* forceUpdate */); in updateRotationUnchecked()
/aosp12/frameworks/base/services/
H A Dart-profile45931 HSPLcom/android/server/wm/DisplayContent;->updateRotationUnchecked()Z+]Lcom/android/server/wm/Displ…
46243 HSPLcom/android/server/wm/DisplayRotation;->updateRotationUnchecked(Z)Z+]Lcom/android/server/wm/Dis…
50181 HSPLcom/android/server/wm/WindowManagerService;->updateRotationUnchecked(ZZ)V+]Lcom/android/server/…