Searched refs:newDeviceRotation (Results 1 – 2 of 2) sorted by relevance
103 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation() local104 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in testRotation()107 } else if (newDeviceRotation != initialRotation) { in testRotation()
219 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes() local220 if (newDeviceRotation == INVALID_DEVICE_ROTATION) { in rotateAndCheckSizes()223 } else if (rotation != newDeviceRotation) { in rotateAndCheckSizes()617 final int newDeviceRotation = getDeviceRotation(displayId); in testAppOrientationWhenRotating() local618 if (rotation != newDeviceRotation) { in testAppOrientationWhenRotating()664 final int newDeviceRotation = getDeviceRotation(displayId); in testFixedOrientationWhenRotating() local665 if (rotation != newDeviceRotation) { in testFixedOrientationWhenRotating()