Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerConfigChangeTests.java103 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation() local
104 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in testRotation()
107 } else if (newDeviceRotation != initialRotation) { in testRotation()
DActivityManagerAppConfigurationTests.java219 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes() local
220 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in rotateAndCheckSizes()
223 } else if (rotation != newDeviceRotation) { in rotateAndCheckSizes()
617 final int newDeviceRotation = getDeviceRotation(displayId); in testAppOrientationWhenRotating() local
618 if (rotation != newDeviceRotation) { in testAppOrientationWhenRotating()
664 final int newDeviceRotation = getDeviceRotation(displayId); in testFixedOrientationWhenRotating() local
665 if (rotation != newDeviceRotation) { in testFixedOrientationWhenRotating()