Home
last modified time | relevance | path

Searched defs:freezeRotation (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java653 public void freezeRotation() throws RemoteException { in freezeRotation() method in UiDevice
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java717 private void freezeRotation(int rotation) { in freezeRotation() method in DisplayRotationTests
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java878 void freezeRotation(int rotation) { in freezeRotation() method in DisplayRotation
H A DWindowManagerService.java3970 public void freezeRotation(int rotation) { in freezeRotation() method in WindowManagerService
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl291 void freezeRotation(int rotation); in freezeRotation() method