Searched defs:freezeRotation (Results 1 - 4 of 4) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java414 mWindowManager.freezeRotation(Surface.ROTATION_270);
426 mWindowManager.freezeRotation(Surface.ROTATION_90);
438 mWindowManager.freezeRotation(Surface.ROTATION_0);
446 public void freezeRotation() throws RemoteException { method in class:InteractionController
447 mWindowManager.freezeRotation(-1);
H A DUiDevice.java484 public void freezeRotation() throws RemoteException { method in class:UiDevice
485 getAutomatorBridge().getInteractionController().freezeRotation();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowManager.java144 public void freezeRotation(int arg0) throws RemoteException { method in class:BridgeWindowManager
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5598 public void freezeRotation(int rotation) { method in class:WindowManagerService
5600 "freezeRotation()")) {
5608 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);

Completed in 60 milliseconds