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/
DConfigChangeTests.java218 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation() local
219 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in testRotation()
222 } else if (newDeviceRotation != initialRotation) { in testRotation()
DAppConfigurationTests.java216 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes() local
217 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in rotateAndCheckSizes()