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/activity/
DConfigChangeTests.java225 final int newDeviceRotation = getDeviceRotation(displayId); in testRotation()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1838 final int origRotation = getDeviceRotation(displayId);
1842 final boolean result = (getDeviceRotation(displayId) == targetRotation);
1847 protected int getDeviceRotation(int displayId) {
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java222 final int newDeviceRotation = getDeviceRotation(displayId); in rotateAndCheckSizes()