Home
last modified time | relevance | path

Searched refs:updateRotation (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DCutoutDecorProviderImpl.kt48 view.updateRotation(rotation)
61 cutoutView.updateRotation(rotation)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java951 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 DAsyncRotationController.java375 void updateRotation() { in updateRotation() method in AsyncRotationController
H A DScreenRotationAnimation.java811 mService.updateRotation(false, false); in onAnimationEnd()
H A DWindowManagerService.java4351 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 DDisplayPolicy.java715 mService.updateRotation(true /* alwaysSendConfiguration */, true /* forceRelayout */); in setHdmiPlugged()
H A DTransition.java1382 mController.mAtm.mWindowManager.updateRotation(false /* alwaysSendConfiguration */, in finishTransition()
H A DDisplayContent.java3485 mAsyncRotationController.updateRotation(); in requestChangeTransitionIfNeeded()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java588 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 DDisplayContentTests.java1079 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 DActivityRecordTests.java2624 mWm.updateRotation(false, false); in performRotation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt123 open fun updateRotation(rotation: Int) {
H A DScreenDecorations.java1334 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 DCameraStreamer.java1184 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 DWindowManagerPolicy.java364 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() method
H A DPhoneWindowManager.java2612 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 Dhiddenapi-max-target-o.txt60934 Landroid/view/IWindowManager$Stub$Proxy;->updateRotation(ZZ)V
61089 Landroid/view/IWindowManager;->updateRotation(ZZ)V