/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | CutoutDecorProviderImpl.kt | 48 view.updateRotation(rotation) 61 cutoutView.updateRotation(rotation)
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 951 mService.updateRotation(true /* alwaysSendConfiguration */, in setUserRotation() 1945 mService.updateRotation(false /* alwaysSendConfiguration */, in foldStateChanged() 1951 mService.updateRotation(false /* alwaysSendConfiguration */, in foldStateChanged() 2069 mService.updateRotation(false /* alwaysSendConfiguration */, 2124 mService.updateRotation(true /* alwaysSendConfiguration */,
|
H A D | AsyncRotationController.java | 375 void updateRotation() { in updateRotation() method in AsyncRotationController
|
H A D | ScreenRotationAnimation.java | 811 mService.updateRotation(false, false); in onAnimationEnd()
|
H A D | WindowManagerService.java | 4351 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() method in WindowManagerService 6259 boolean updateRotation = false; in doStopFreezingDisplayLocked() 6278 updateRotation = true; in doStopFreezingDisplayLocked() 6285 updateRotation = true; in doStopFreezingDisplayLocked() 6298 if (updateRotation && displayContent != null) { in doStopFreezingDisplayLocked()
|
H A D | DisplayPolicy.java | 715 mService.updateRotation(true /* alwaysSendConfiguration */, true /* forceRelayout */); in setHdmiPlugged()
|
H A D | Transition.java | 1382 mController.mAtm.mWindowManager.updateRotation(false /* alwaysSendConfiguration */, in finishTransition()
|
H A D | DisplayContent.java | 3485 mAsyncRotationController.updateRotation(); in requestChangeTransitionIfNeeded()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 588 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationThawed() 635 verify(sMockWm).updateRotation(false, false); in testNotifiesChoiceWhenSensorUpdates_immersiveApp() 869 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded() 877 verify(sMockWm, atLeast(1)).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded() 904 verify(sMockWm).updateRotation(false, false); in sensorRotation_locked_halfFolded_configOff_rotationUnchanged()
|
H A D | DisplayContentTests.java | 1079 dc.mWmService.updateRotation(true /* alwaysSendConfiguration */, in updateAllDisplayContentAndRotation() 2003 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testRemoteRotation() 2093 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testShellTransitRotation()
|
H A D | ActivityRecordTests.java | 2624 mWm.updateRotation(false, false); in performRotation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DisplayCutoutBaseView.kt | 123 open fun updateRotation(rotation: Int) {
|
H A D | ScreenDecorations.java | 1334 public void updateRotation(int rotation) { in updateRotation() method in ScreenDecorations.DisplayCutoutView 1342 super.updateRotation(rotation); in updateRotation()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | CameraStreamer.java | 1184 updateRotation(); in onFrame() 1215 private void updateRotation() { in updateRotation() method in CameraStreamer.CameraRunnable 1418 updateRotation(); in openCamera()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 364 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() method
|
H A D | PhoneWindowManager.java | 2612 boolean updateRotation = false; 2657 updateRotation = true; 2689 if (updateRotation) { 2690 updateRotation(true); 4022 updateRotation(true); 4929 updateRotation(true); 5739 updateRotation(true); 5783 void updateRotation(boolean alwaysSendConfiguration) { 5784 mWindowManagerFuncs.updateRotation(alwaysSendConfiguration, false /* forceRelayout */);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60934 Landroid/view/IWindowManager$Stub$Proxy;->updateRotation(ZZ)V 61089 Landroid/view/IWindowManager;->updateRotation(ZZ)V
|