Searched refs:freezeRotation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java88 wm.freezeRotation(-1);
116 wm.freezeRotation(Surface.ROTATION_0);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java547 mWindowManager.freezeRotation(Surface.ROTATION_270);
559 mWindowManager.freezeRotation(Surface.ROTATION_90);
571 mWindowManager.freezeRotation(Surface.ROTATION_0);
579 public void freezeRotation() throws RemoteException { method in class:InteractionController
580 mWindowManager.freezeRotation(-1);
H A DUiDevice.java527 public void freezeRotation() throws RemoteException { method in class:UiDevice
528 getAutomatorBridge().getInteractionController().freezeRotation();
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java327 mWm.freezeRotation(-1);
328 fail("IWindowManager.freezeRotation did not throw SecurityException as"
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl184 void freezeRotation(int rotation);
187 * Release the orientation lock imposed by freezeRotation().
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java148 public void freezeRotation(int arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5902 public void freezeRotation(int rotation) { method in class:WindowManagerService
5904 "freezeRotation()")) {
5912 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);

Completed in 3187 milliseconds