Searched refs:rotation (Results 1 – 1 of 1) sorted by relevance
887 int rotation = getDisplayRotation(displayId); in freezeRotation() local889 displayId, rotation)); in freezeRotation()1098 private void rotateWithUiAutomation(int rotation) { in rotateWithUiAutomation() argument1099 getUiAutomation().setRotation(rotation); in rotateWithUiAutomation()1100 waitRotationComplete(rotation, Display.DEFAULT_DISPLAY); in rotateWithUiAutomation()1109 private void rotateWithCommand(int rotation, int displayId) { in rotateWithCommand() argument1113 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 …]