Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java127 mWm.updateRotation(true, false); in testSET_ORIENTATION()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
H A DAudioPrimaryHidlHalTest.cpp381 TEST_P(AudioPrimaryHidlTest, updateRotation) { argument
385 ASSERT_RESULT(okOrNotSupported, getDevice()->updateRotation(rotation));
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DPrimaryDevice.h136 Return<Result> updateRotation(IPrimaryDevice::Rotation rotation) override;
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java873 mService.updateRotation(true /* alwaysSendConfiguration */, in setUserRotation()
1556 mService.updateRotation(false /* alwaysSendConfiguration */, in run()
1627 mService.updateRotation(true /* alwaysSendConfiguration */, in onChange()
H A DScreenRotationAnimation.java738 mService.updateRotation(false, false); in onAnimationEnd()
H A DWindowManagerService.java4080 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() method in WindowManagerService
5985 boolean updateRotation = false; in stopFreezingDisplayLocked()
6004 updateRotation = true; in stopFreezingDisplayLocked()
6011 updateRotation = true; in stopFreezingDisplayLocked()
6032 if (updateRotation && displayContent != null) { in stopFreezingDisplayLocked()
H A DDisplayPolicy.java752 mService.updateRotation(true /* alwaysSendConfiguration */, true /* forceRelayout */); in setHdmiPlugged()
/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java749 updateRotation(false); in onChange()
2086 boolean updateRotation = false; in updateSettings()
2131 updateRotation = true; in updateSettings()
2152 if (updateRotation) { in updateSettings()
2153 updateRotation(true); in updateSettings()
3311 updateRotation(true); in notifyLidSwitchChanged()
4168 updateRotation(true);
4950 updateRotation(true); in enableScreenAfterBoot()
4994 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() method
4997 mWindowManager.updateRotation(alwaysSendConfiguration, false /* forceRelayout */); in updateRotation()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl254 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() method
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp337 Return<Result> PrimaryDevice::updateRotation(IPrimaryDevice::Rotation rotation) { in updateRotation() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
/aosp12/hardware/interfaces/audio/4.0/
H A DIPrimaryDevice.hal194 updateRotation(Rotation rotation) generates (Result retval);
/aosp12/hardware/interfaces/audio/5.0/
H A DIPrimaryDevice.hal194 updateRotation(Rotation rotation) generates (Result retval);
/aosp12/hardware/interfaces/audio/6.0/
H A DIPrimaryDevice.hal194 updateRotation(Rotation rotation) generates (Result retval);
/aosp12/hardware/interfaces/audio/7.0/
H A DIPrimaryDevice.hal194 updateRotation(Rotation rotation) generates (Result retval);
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java498 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationThawed()
H A DDisplayContentTests.java1660 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testRemoteRotation()
1701 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testShellTransitRotation()
H A DActivityRecordTests.java2361 mWm.updateRotation(false, false); in performRotation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64257 Landroid/view/IWindowManager$Stub$Proxy;->updateRotation(ZZ)V
64412 Landroid/view/IWindowManager;->updateRotation(ZZ)V
/aosp12/frameworks/base/services/
H A Dart-profile35505 HSPLcom/android/server/policy/PhoneWindowManager;->updateRotation(Z)V
50180 HSPLcom/android/server/wm/WindowManagerService;->updateRotation(ZZ)V