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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java604 public void freezeRotation() { method in class:InteractionController
H A DUiDevice.java650 public void freezeRotation() throws RemoteException { method in class:UiDevice
652 getAutomatorBridge().getInteractionController().freezeRotation();
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DInteractionController.java604 public void freezeRotation() { method in class:InteractionController
H A DUiDevice.java650 public void freezeRotation() throws RemoteException { method in class:UiDevice
652 getAutomatorBridge().getInteractionController().freezeRotation();
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java147 public void freezeRotation(int arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5757 public void freezeRotation(int rotation) { method in class:WindowManagerService
5759 "freezeRotation()")) {
5767 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);

Completed in 156 milliseconds