Searched refs:unfreezeRotation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DWindowAnimationJankTestBase.java49 getUiDevice().unfreezeRotation();
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java79 mDevice.unfreezeRotation();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java664 public void unfreezeRotation() throws RemoteException { method in class:UiDevice
666 getAutomatorBridge().getInteractionController().unfreezeRotation();
674 * see {@link #unfreezeRotation()}.
689 * see {@link #unfreezeRotation()}.
704 * see {@link #unfreezeRotation()}.
H A DInteractionController.java566 * and re-enable the sensors see {@link #unfreezeRotation()}. Note
578 * and re-enable the sensors see {@link #unfreezeRotation()}. Note
590 * and re-enable the sensors see {@link #unfreezeRotation()}. Note
613 public void unfreezeRotation() { method in class:InteractionController

Completed in 445 milliseconds