Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java964 rotateWithCommand(Surface.ROTATION_90, displayId); in setOrientationLeft()
994 rotateWithCommand(Surface.ROTATION_270, displayId); in setOrientationRight()
1022 rotateWithCommand(Surface.ROTATION_0, displayId); in setOrientationNatural()
1055 rotateWithCommand(Surface.ROTATION_90, displayId); in setOrientationPortrait()
1057 rotateWithCommand(Surface.ROTATION_0, displayId); in setOrientationPortrait()
1091 rotateWithCommand(Surface.ROTATION_90, displayId); in setOrientationLandscape()
1093 rotateWithCommand(Surface.ROTATION_0, displayId); in setOrientationLandscape()
1109 private void rotateWithCommand(int rotation, int displayId) { in rotateWithCommand() method in UiDevice