Home
last modified time | relevance | path

Searched refs:freezeRotation (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java194 freezeRotation(Surface.ROTATION_180); in testLocksUserRotation_LockRotation_DefaultDisplay()
209 freezeRotation(Surface.ROTATION_180); in testPersistsUserRotation_LockRotation_NonDefaultDisplay()
273 freezeRotation(Surface.ROTATION_180); in testReturnsUserRotation_UserRotationLocked_NoAppRequest()
286 freezeRotation(Surface.ROTATION_180); in testReturnsLandscape_UserRotationLockedSeascape_AppRequestsLandscape()
299 freezeRotation(Surface.ROTATION_180); in testReturnsSeascape_UserRotationLockedSeascape_AppRequestsSeascape()
325 freezeRotation(Surface.ROTATION_90); in testReturnsUpsideDown_UserRotationLockedUpsideDown_AppRequestsUpsideDown()
552 freezeRotation(Surface.ROTATION_90); in testFreezeRotation_reverseRotationDirectionAroundZAxis_yes()
646 freezeRotation(Surface.ROTATION_0); in testAllowAllRotations_allowsUpsideDownSuggestion()
664 freezeRotation(Surface.ROTATION_0); in testDoNotAllowAllRotations_doesNotAllowUpsideDownSuggestion()
682 freezeRotation(Surface.ROTATION_0); in testAllowAllRotations_allowAllRotationsBecomesDisabled_forbidsUpsideDownSuggestion()
[all …]
/aosp14/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java127 mWm.freezeRotation(-1); in testSET_ORIENTATION()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestRule.java107 mUiDevice.freezeRotation(); in setOrientation()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java653 public void freezeRotation() throws RemoteException { in freezeRotation() method in UiDevice
655 getAutomatorBridge().getInteractionController().freezeRotation(); in freezeRotation()
H A DInteractionController.java602 public void freezeRotation() {
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java156 wm.freezeRotation(rotation); in setRotationLock()
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java217 mWindowManager.freezeRotation(rotation); in setRotation()
615 mWindowManager.freezeRotation(mInitialFrozenRotation); in restoreRotationStateLocked()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl304 void freezeRotation(int rotation); in freezeRotation() method
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java91 mUiDevice.freezeRotation(); in setUp()
/aosp14/frameworks/base/cmds/uiautomator/api/
H A D16.txt15 method public void freezeRotation() throws android.os.RemoteException;
H A D17.txt15 method public void freezeRotation() throws android.os.RemoteException;
H A Dcurrent.txt31 method @Deprecated public void freezeRotation() throws android.os.RemoteException;
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java956 void freezeRotation(int rotation) { in freezeRotation() method in DisplayRotation
H A DWindowManagerService.java4241 public void freezeRotation(int rotation) { in freezeRotation() method in WindowManagerService
4271 display.getDisplayRotation().freezeRotation(rotation); in freezeDisplayRotation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60859 Landroid/view/IWindowManager$Stub$Proxy;->freezeRotation(I)V