/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
D | CutoutDecorProviderImpl.kt | 48 view.updateRotation(rotation) in <lambda>() 61 cutoutView.updateRotation(rotation) in <lambda>()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 665 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationThawed() 713 verify(sMockWm).updateRotation(false, false); in testNotifiesChoiceWhenSensorUpdates_immersiveApp() 948 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded() 956 verify(sMockWm, atLeast(1)).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationLocked_HalfFolded() 984 verify(sMockWm).updateRotation(false, false); in sensorRotation_locked_halfFolded_configOff_rotationUnchanged()
|
D | DisplayContentTests.java | 1065 dc.mWmService.updateRotation(true /* alwaysSendConfiguration */, in updateAllDisplayContentAndRotation() 2012 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testRemoteRotation() 2101 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testShellTransitRotation()
|
D | ActivityRecordTests.java | 2569 mWm.updateRotation(false, false); in performRotation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayRotation.java | 974 mService.updateRotation(false /* alwaysSendConfiguration */, in setUserRotation() 2023 mService.updateRotation(false /* alwaysSendConfiguration */, in foldStateChanged() 2029 mService.updateRotation(false /* alwaysSendConfiguration */, in foldStateChanged() 2147 mService.updateRotation(false /* alwaysSendConfiguration */, 2202 mService.updateRotation(false /* alwaysSendConfiguration */,
|
D | AsyncRotationController.java | 397 void updateRotation() { in updateRotation() method in AsyncRotationController
|
D | ScreenRotationAnimation.java | 825 mService.updateRotation(false, false); in onAnimationEnd()
|
D | WindowManagerService.java | 4600 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() method in WindowManagerService 6560 boolean updateRotation = false; in doStopFreezingDisplayLocked() 6579 updateRotation = true; in doStopFreezingDisplayLocked() 6586 updateRotation = true; in doStopFreezingDisplayLocked() 6599 if (updateRotation && displayContent != null) { in doStopFreezingDisplayLocked()
|
D | DisplayPolicy.java | 724 mService.updateRotation(true /* alwaysSendConfiguration */, true /* forceRelayout */); in setHdmiPlugged()
|
D | Transition.java | 1487 mController.mAtm.mWindowManager.updateRotation(false /* alwaysSendConfiguration */, in finishTransition()
|
D | DisplayContent.java | 3513 mAsyncRotationController.updateRotation(); in requestChangeTransition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DisplayCutoutBaseView.kt | 123 open fun updateRotation(rotation: Int) { in <lambda>() method in com.android.systemui.DisplayCutoutBaseView
|
D | ScreenDecorations.java | 1382 public void updateRotation(int rotation) { in updateRotation() method in ScreenDecorations.DisplayCutoutView 1390 super.updateRotation(rotation); in updateRotation()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 1184 updateRotation(); in onFrame() 1215 private void updateRotation() { in updateRotation() method in CameraStreamer.CameraRunnable 1418 updateRotation(); in openCamera()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 364 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() method
|
D | PhoneWindowManager.java | 2884 boolean updateRotation = false; 2931 updateRotation = true; 3010 if (updateRotation) { 3011 updateRotation(true); 4508 updateRotation(true); 5429 updateRotation(true); 6234 updateRotation(true); 6278 void updateRotation(boolean alwaysSendConfiguration) { 6279 mWindowManagerFuncs.updateRotation(alwaysSendConfiguration, false /* forceRelayout */);
|
/frameworks/base/services/ |
D | art-wear-profile | 21118 PLcom/android/server/policy/PhoneWindowManager;->updateRotation(Z)V 29620 PLcom/android/server/wm/WindowManagerService;->updateRotation(ZZ)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 60291 Landroid/view/IWindowManager$Stub$Proxy;->updateRotation(ZZ)V 60446 Landroid/view/IWindowManager;->updateRotation(ZZ)V
|