Home
last modified time | relevance | path

Searched refs:rotation (Results 1 – 1 of 1) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java887 int rotation = getDisplayRotation(displayId); in freezeRotation() local
889 displayId, rotation)); in freezeRotation()
1098 private void rotateWithUiAutomation(int rotation) { in rotateWithUiAutomation() argument
1099 getUiAutomation().setRotation(rotation); in rotateWithUiAutomation()
1100 waitRotationComplete(rotation, Display.DEFAULT_DISPLAY); in rotateWithUiAutomation()
1109 private void rotateWithCommand(int rotation, int displayId) { in rotateWithCommand() argument
1113 displayId, rotation)); in rotateWithCommand()
1116 displayId, rotation)); in rotateWithCommand()
1121 waitRotationComplete(rotation, displayId); in rotateWithCommand()
1129 private void waitRotationComplete(int rotation, int displayId) { in waitRotationComplete() argument
[all …]