Searched refs:orientationMap (Results 1 – 2 of 2) sorted by relevance
147 int[] orientationMap = { in lockRotation() local164 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()
2492 DeviceStateSensorOrientationMap orientationMap = c.get( in testDeviceStateSensorOrientationMapCharacteristics() local2494 if (orientationMap == null) { in testDeviceStateSensorOrientationMapCharacteristics()2506 int orientation = orientationMap.getSensorOrientation(deviceState); in testDeviceStateSensorOrientationMapCharacteristics()