Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigChangeTests.java225 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation() local
226 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in testRotation()
229 } else if (newDeviceRotation != initialRotation) { in testRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java222 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes() local
223 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in rotateAndCheckSizes()