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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java604 public void freezeRotation() { method in class:InteractionController
H A DUiDevice.java653 public void freezeRotation() throws RemoteException { method in class:UiDevice
655 getAutomatorBridge().getInteractionController().freezeRotation();
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java143 public void freezeRotation(int arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6462 public void freezeRotation(int rotation) { method in class:WindowManagerService
6464 "freezeRotation()")) {
6472 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "freezeRotation: mRotation=" + mRotation);

Completed in 511 milliseconds