Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java77 mOpenGlRotation = getDeviceRotation(context); in BaseRenderer()
292 public static int getDeviceRotation(Context context) { in getDeviceRotation() method in BaseRenderer
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java209 BaseRenderer.getDeviceRotation((Context) mBaseUiListener)); in startRobustnessTest()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java247 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation()
DAppConfigurationTests.java199 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1265 final int origRotation = getDeviceRotation(displayId);
1269 final boolean result = (getDeviceRotation(displayId) == targetRotation);
1274 protected int getDeviceRotation(int displayId) {