Home
last modified time | relevance | path

Searched refs:orientationMap (Results 1 – 1 of 1) 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()