Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java147 int[] orientationMap = { in lockRotation() local
164 orientationMap[0] = ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT; in lockRotation()
165 orientationMap[2] = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in lockRotation()
172 setRequestedOrientation(orientationMap[(display.getRotation() + indexOffset) % 4]); in lockRotation()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2492 DeviceStateSensorOrientationMap orientationMap = c.get( in testDeviceStateSensorOrientationMapCharacteristics() local
2494 if (orientationMap == null) { in testDeviceStateSensorOrientationMapCharacteristics()
2506 int orientation = orientationMap.getSensorOrientation(deviceState); in testDeviceStateSensorOrientationMapCharacteristics()